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

BootstrapGridViewTableDataCellEventArgs Properties

Provides data for the BootstrapGridView.HtmlDataCellPrepared event.
Name Description
Cell Gets the processed data cell. Inherited from ASPxGridViewTableDataCellEventArgs.
CellValue Gets the processed cell’s value. Inherited from ASPxGridViewTableDataCellEventArgs.
DataColumn Gets the data column that owns the cell currently being processed.
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