Skip to main content

BootstrapGridViewTableFooterCellEventArgs Properties

Provides data for the BootstrapGridView.HtmlFooterCellPrepared event.
Name 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.
See Also