GridColumn.GroupIndex Property
In This Article
Gets or sets the column's position among grouping columns.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#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 values of this column. |
#Remarks
To learn more, see Grouping in Code.
See Also