ASPxClientHtmlEditorCommandEventArgs.parameter Property
Gets an optional parameter that complements the processed command.
Declaration
parameter: any
Property Value
Type | Description |
---|---|
any | A string value containing additional information about the processed command. |
Remarks
The parameter property complements the ASPxClientHtmlEditorCommandEventArgs.commandName property by allowing you to obtain additional information about the command being processed. For example, if the ASPxClientHtmlEditorCommandEventArgs.commandName property is set to “fontname” (the value of the ASPxClientCommandConsts.FONTNAME_COMMAND client constant) and the parameter property returns “Verdana”, a default command that changes the selected text’s font type to Verdana is being processed.
See Also