BootstrapGridView.HtmlDataCellPrepared Event
In This Article
Enables the settings of individual cells to be changed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public event BootstrapGridViewTableDataCellEventHandler HtmlDataCellPrepared
#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 ASPx |
Cell |
Gets the processed cell’s value.
Inherited from ASPx |
Data |
Gets the data column that owns the cell currently being processed. |
Key |
Gets an object that uniquely identifies the data row.
Inherited from ASPx |
Visible |
Gets the visible index of the data row.
Inherited from ASPx |
The event data class exposes the following methods:
Method | Description |
---|---|
Get |
Returns the value of the specified cell within the processed row.
Inherited from ASPx |
See Also