Skip to main content
A newer version of this page is available. .

ToolbarCustomDialogButton.CommandName Property

Gets or sets the name of a command executed when clicking a ToolbarCustomDialogButton button.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public override string CommandName { get; set; }

Property Value

Type Description
String

A String value corresponding to the button’s command name. The default value is specified by the ASPxClientCommandConsts.CUSTOMDIALOG_COMMAND field.

Remarks

Assigning a command name to this property has no effect - the command name is always the same, as specified by the ASPxClientCommandConsts.CUSTOMDIALOG_COMMAND field.

To specify the dialog to be invoked by ToolbarCustomDialogButton, use the ToolbarCustomDialogButton.Name property.

See Also