ASPxGridViewTableDataCellEventArgs Properties
Provides data for the ASPxGridView.HtmlDataCellPrepared event.Name | Description |
---|---|
Cell | Gets the processed data cell. |
CellValue | Gets the processed cell’s value. |
DataColumn | Gets the data column that contains the processed cell. |
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