ToolbarCustomDialogButton.CommandName Property
In This Article
Gets or sets the name of a command executed when clicking a ToolbarCustomDialogButton button.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value corresponding to the button’s command name. The default value is specified by the ASPx |
#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