Skip to main content

Row.GroupLevel Property

Gets the grouping level of the affected row.

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 row. This value is between 0 and 7.

See Also