Skip to main content

ColumnBase.GroupIndex Property

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

[DP(-1, Handler = "OnGroupIndexChanged")]
public int GroupIndex { get; set; }

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