Skip to main content
Row

Column.GroupLevel Property

Gets the grouping level of the affected column.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int GroupLevel { get; }

Property Value

Type Description
Int32

An integer that specifies the grouping level of the column. This value is between 0 and 7.

See Also