Skip to main content

RichEditPopupMenuItem.CommandName Property

Gets or sets the command name associated with the context menu item.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public string CommandName { get; set; }

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