Class BlockActionMenuSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
BlockActionMenuSettings
Namespace: Syncfusion.EJ2.BlockEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class BlockActionMenuSettings : EJTagHelper
Constructors
BlockActionMenuSettings()
Declaration
public BlockActionMenuSettings()
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 the block actions menu is enabled.
If set to false, the menu will not be displayed.
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 block action menu.
If set to true, tooltips will be displayed based on the tooltip property of the action item.
Declaration
public bool EnableTooltip { 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 action items in the block actions menu. This defines the set of commands that appear when the menu is opened.
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 |
PopupHeight
Specifies the popup height for the action menu.
Declaration
public string PopupHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "auto" |
PopupWidth
Specifies the popup width for the action menu.
Declaration
public string PopupWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "230px" |