BootstrapGridViewBeforeColumnGroupingSortingEventArgs Constructors
Provides data for the BootstrapGridView.BeforeColumnSortingGrouping event.| Name | Parameters | Description |
|---|---|---|
| BootstrapGridViewBeforeColumnGroupingSortingEventArgs(BootstrapGridViewDataColumn, ColumnSortOrder, Int32, Int32) | column, oldSortOrder, oldSortIndex, oldGroupIndex | Initializes a new instance of the BootstrapGridViewBeforeColumnGroupingSortingEventArgs class. |
See Also