Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Row.GroupLevel Property

Gets the grouping level of the affected row.

Namespace: DevExpress.Spreadsheet

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

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