ASPxClientCommandConsts.CHANGEELEMENTPROPERTIES_COMMAND Property
In This Article
Identifies a command that changes properties of the element selected in the tag inspector.
#Declaration
TypeScript
static CHANGEELEMENTPROPERTIES_COMMAND: string
#Property Value
Type | Description |
---|---|
string | Value: “changeelementproperties” |
#Remarks
The CHANGEELEMENTPROPERTIES_COMMAND property can be used in the ASPxClientHtmlEditor.CommandExecuted event — to determine the action performed by an end-user. If the ASPxClientHtmlEditorCommandEventArgs.commandName event parameter returns the CHANGEELEMENTPROPERTIES_COMMAND property value, this means that an end-user has clicked the OK button within the Change Element Properties dialog.
See Also