BootstrapGridView.HtmlFooterCellPrepared Event
In This Article
Enables the settings of individual footer cells to be changed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Event Data
The HtmlFooterCellPrepared event's data class is BootstrapGridViewTableFooterCellEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cell |
Gets the processed footer cell.
Inherited from ASPx |
Column |
Gets the column that owns the footer cell currently being processed.
Inherited from ASPx |
Command |
Gets the command column that owns the footer cell currently being processed. |
Data |
Gets the data column that owns the footer cell currently being processed. |
Is |
Gets whether the processed cell is dislayed within the Total Footer.
Inherited from ASPx |
Visible |
Gets the row’s visible index.
Inherited from ASPx |
The event data class exposes the following methods:
Method | Description |
---|---|
Get |
Returns the specified summary item’s value.
Inherited from ASPx |
See Also