BootstrapGridView.HtmlDataCellPrepared Event
Enables the settings of individual cells to be changed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Event Data
The HtmlDataCellPrepared event's data class is BootstrapGridViewTableDataCellEventArgs. The following properties provide information specific to this event:
| Property | 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. |
The event data class exposes the following methods:
| Method | Description |
|---|---|
| GetValue(String) | Returns the value of the specified cell within the processed row. Inherited from ASPxGridViewTableDataCellEventArgs. |
See Also