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
Close
Declaration
public string Close { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
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 |
EnableTooltip
Specifies whether the tooltip is enabled for the inline toolbar.
If set to true, tooltips will be displayed based on the tooltip property of the toolbar item.
Declaration
public bool EnableTooltip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |
ItemClicked
Declaration
public string ItemClicked { 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 |
Open
Declaration
public string Open { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Width
Specifies the width of the popup. Defaults value is 100%.
Declaration
public string Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "100%" |