HtmlEditorContextMenuItem.CommandName Property
Gets or sets the command name associated with the context menu item.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | String.Empty | A String value that specifies the command name associated with the item. |
Remarks
The command name of a context menu item is used on the client side when calling the client ASPxClientHtmlEditor.ExecuteCommand method or handling the ASPxClientHtmlEditor.CommandExecuted client event.
See Also