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

ASPxClientSpreadsheetCustomCommandExecutedEventArgs.commandName Property

Gets the name of the processed command.

Declaration

commandName: string

Property Value

Type Description
string

A string value representing the processed command’s name.

Remarks

Use the commandName property to identify the custom command currently being processed. Additional information about the command may be obtained by using the ASPxClientSpreadsheetCustomCommandExecutedEventArgs.parameter property.

See Also