FilterGroupSortChangingEventArgs(DataControlBase, IList<SortDefinition>, Int32) Constructor
Initializes a new instance of the FilterGroupSortChangingEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v23.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public FilterGroupSortChangingEventArgs(
DataControlBase dataControl,
IList<SortDefinition> sortInfo,
int groupCount
)
Parameters
Name | Type |
---|---|
dataControl | DataControlBase |
sortInfo | IList<DevExpress.Xpf.Data.SortDefinition> |
groupCount | Int32 |
See Also