BootstrapGridViewTableDataCellEventArgs Constructors
Provides data for the BootstrapGridView.HtmlDataCellPrepared event.Name | Parameters | Description |
---|---|---|
BootstrapGridViewTableDataCellEventArgs(TableCell, Object, BootstrapGridView, Int32, BootstrapGridViewDataColumn) | cell, keyValue, grid, visibleIndex, column | Initializes a new instance of the BootstrapGridViewTableDataCellEventArgs class with specified settings. |
See Also