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