ASPxVerticalGridCommandCellEventArgs Properties
Provides data for the ASPxVerticalGrid.HtmlCommandCellPrepared event.Name | Description |
---|---|
Cell | Gets the processed command cell. |
CommandRow | Gets a command row whose cell is currently being processed. |
KeyValue | Gets the processed record’s key. Inherited from ASPxVerticalGridRecordEventArgs. |
VisibleIndex | Gets the processed record’s visible index. Inherited from ASPxVerticalGridRecordEventArgs. |
See Also