ASPxVerticalGridDataCellEventArgs Properties
Provides data for the ASPxVerticalGrid.HtmlDataCellPrepared event.| Name | Description |
|---|---|
| Cell | Gets the processed data cell. |
| CellValue | Gets the processed cell’s value. |
| KeyValue | Gets the processed record’s key. Inherited from ASPxVerticalGridRecordEventArgs. |
| Row | Gets the record that owns the cell currently being processed. |
| VisibleIndex | Gets the processed record’s visible index. Inherited from ASPxVerticalGridRecordEventArgs. |
See Also