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

DataViewItemCommandEventArgs Properties

Provides data for the ASPxDataView.ItemCommand event.
Name Description
CommandArgument Gets the argument for the command. Inherited from CommandEventArgs.
CommandName Gets the name of the command. Inherited from CommandEventArgs.
CommandSource Gets an object representing the control which forced a postback.
Item Gets an item object related to the event.
See Also