Skip to main content
A newer version of this page is available. .

GridSortInfo.GroupIndex Property

Gets or sets the position of the column referred to by the current GridSortInfo object, among grouping columns. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

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 corresponding column.

See Also