BootstrapGridView.HtmlFooterCellPrepared Event
Enables the settings of individual footer cells to be changed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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 ASPxGridViewTableFooterCellEventArgs. |
Column | Gets the column that owns the footer cell currently being processed. Inherited from ASPxGridViewTableFooterCellEventArgs. |
CommandColumn | Gets the command column that owns the footer cell currently being processed. |
DataColumn | Gets the data column that owns the footer cell currently being processed. |
IsTotalFooter | Gets whether the processed cell is dislayed within the Total Footer. Inherited from ASPxGridViewTableFooterCellEventArgs. |
VisibleIndex | Gets the row’s visible index. Inherited from ASPxGridViewTableFooterCellEventArgs. |
The event data class exposes the following methods:
Method | Description |
---|---|
GetSummaryValue(ASPxSummaryItem) | Returns the specified summary item’s value. Inherited from ASPxGridViewTableFooterCellEventArgs. |
See Also