ASPxClientSpreadsheetCustomCommandExecutedEventArgs.parameter Property
Gets an optional parameter that complements the processed command.
Declaration
parameter: string
Property Value
Type | Description |
---|---|
string | A string value containing additional information about the processed command. |
Remarks
The parameter property complements the ASPxClientSpreadsheetCustomCommandExecutedEventArgs.commandName property by allowing you to obtain additional information about the command being processed.
See Also