Skip to main content
A newer version of this page is available.
All docs
V19.1

HtmlEditorToolbarItem.CommandName Property

Gets or sets the command name associated with the toolbar item.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

[DefaultValue("")]
public virtual string CommandName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the command name associated with the toolbar item.

Remarks

The command name of a toolbar item is used on the client side when calling the ASPxClientHtmlEditor.ExecuteCommand client method or handling the ASPxClientHtmlEditor.CommandExecuted client event.

See Also