Skip to main content

RowData.NextRowLevel Property

Gets the next row’s nesting level.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public int NextRowLevel { get; protected set; }

Property Value

Type Description
Int32

An integer value that specifies the next row’s nesting level.

Remarks

GroupLevels

To learn more, see Processing Group Rows.

See Also