FilterGroupSortChangingEventArgs.SortInfo Property
Gets information about the GridControl’s sorting.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
IList<DevExpress.Xpf.Data.SortDefinition> | Information about the GridControl’s sorting. |
See Also