Class InlineToolbarSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
InlineToolbarSettings
Namespace: Syncfusion.EJ2.BlockEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class InlineToolbarSettings : EJTagHelper
Constructors
InlineToolbarSettings()
Declaration
public InlineToolbarSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Enable
Specifies whether to enable the inline toolbar.
Declaration
public bool Enable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |
ItemClick
Declaration
public string ItemClick { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Items
Specifies the individual items within a toolbar setup, specifying properties like commands, icons, and labels.
Declaration
public object Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
PopupWidth
Specifies the width of the popup. Defaults value is 100%.
Declaration
public string PopupWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "100%" |