Class CommandMenuSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
CommandMenuSettings
Namespace: Syncfusion.EJ2.BlockEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class CommandMenuSettings : EJTagHelper
Constructors
CommandMenuSettings()
Declaration
public CommandMenuSettings()
Properties
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> |
Filtering
Declaration
public string Filtering { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ItemSelect
Declaration
public string ItemSelect { 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" |