Skip to main content

GridColumn.GroupIndex Property

Gets or sets the column's position among grouping columns.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[Browsable(false)]
public int GroupIndex { get; set; }

#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