Skip to main content
A newer version of this page is available. .

FilterGroupSortChangingEventArgs(DataControlBase, IList<SortDefinition>, Int32) Constructor

Initializes a new instance of the FilterGroupSortChangingEventArgs class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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