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

ASPxClientSpreadsheetCustomCommandExecutedEventArgs Properties

Provides data for the ASPxClientSpreadsheet.CustomCommandExecuted event.
Name Description
commandName Gets the name of the processed command.
item Obsolete. This property is now obsolete. Use the ASPxClientSpreadsheetCustomCommandExecutedEventArgs.commandName property instead.
parameter Gets an optional parameter that complements the processed command.
See Also