Skip to main content
A newer version of this page is available. .

BootstrapGridViewTableFooterCellEventArgs Constructors

Provides data for the BootstrapGridView.HtmlFooterCellPrepared event.
Name Parameters Description
BootstrapGridViewTableFooterCellEventArgs(BootstrapGridView, GridViewColumn, Int32, TableCell) grid, column, visibleIndex, cell Initializes a new instance of the BootstrapGridViewTableFooterCellEventArgs class.
See Also