GridSortInfo.GroupIndex Property
Gets or sets the position of the column referred to by the current GridSortInfo object, among grouping columns. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the column’s position among grouping columns. -1 if a View isn’t grouped by the corresponding column. |
See Also