Class CommandMenuSettings
Inheritance
Namespace: Syncfusion.EJ2.BlockEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class CommandMenuSettings : EJTagHelper
Constructors
CommandMenuSettings()
Declaration
public CommandMenuSettings()
Properties
Close
Declaration
public string Close { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Commands
Specifies an array of command item models representing the available commands in the menu. This property holds the list of commands that appear in the menu.
Declaration
public object Commands { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | 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> |
EnableTooltip
Specifies whether the tooltip is enabled for the command menu.
If set to true, tooltips will be displayed based on the tooltip property of the command 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 |
Open
Declaration
public string Open { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
PopupHeight
Specifies the height of the command menu popup. Accepts valid CSS height values such as px, %, auto, etc.
Declaration
public string PopupHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "300px" |
PopupWidth
Specifies the width of the command menu popup. Accepts valid CSS width values such as px, %, auto, etc.
Declaration
public string PopupWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "280px" |
QueryFiltering
Declaration
public string QueryFiltering { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |