ColumnBase.GroupIndex Property
In This Article
Gets or sets the column’s position among grouping columns.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the column’s position among grouping columns. Use -1 if the grid isn’t grouped by the values of this column. |
See Also