ASPxGridViewRowCommandEventArgs Properties
Provides data for the ASPxGridView.RowCommand event.| Name | Description |
|---|---|
| CommandArgs | Gets the argument for the command. |
| CommandSource | Gets the source of the command. |
| KeyValue | Gets an object that uniquely identifies the data row. Inherited from ASPxGridViewItemEventArgs. |
| VisibleIndex | Gets the visible index of the data row. Inherited from ASPxGridViewItemEventArgs. |
See Also