FilterGroupSortChangingEventArgs Constructors
Provides data for the DataControlBase.FilterGroupSortChanging event.Name | Parameters | Description |
---|---|---|
FilterGroupSortChangingEventArgs(DataControlBase, IList<SortDefinition>, Int32) | dataControl, sortInfo, groupCount | Initializes a new instance of the FilterGroupSortChangingEventArgs class. |
See Also