RichEditPopupMenuItem.CommandName Property
Gets or sets the command name associated with the context menu item.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the command name associated with the item. |
Remarks
The command name of a context menu item can be used on the client side when handling the ASPxClientRichEdit.CustomCommandExecuted client event.
See Also