BootstrapGridViewColumnDataEventArgs Constructors
Provides data for the BootstrapGridView.CustomUnboundColumnData event.Name | Parameters | Description |
---|---|---|
BootstrapGridViewColumnDataEventArgs(BootstrapGridViewDataColumn, Int32, Object, Boolean) | column, listSourceRow, value, isGetAction | Initializes a new instance of the BootstrapGridViewColumnDataEventArgs class. |
See Also