Skip to main content

GridControl.ActualGroupCount Property

Gets the actual number of grouping columns. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public int ActualGroupCount { get; }

#Property Value

Type Description
Int32

An integer value that specifies the number of grouping columns.

See Also