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.v19.2.Core.dll

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