Skip to main content

GridColumnBase.GroupIndex Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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 the grid isn’t grouped by the values of this column.

See Also