General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
HtmlEditorToolbarItem.CommandName Property
Gets or sets the command name associated with the toolbar item.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
[DefaultValue("")]
public virtual string CommandName { get; set; }
<DefaultValue("")>
Public Overridable Property CommandName As String
Property Value
Type | Default | Description |
---|---|---|
String | 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
Feedback