Back to Devexpress

RowData.NextRowLevel Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-356f160b.md

latest1.2 KB
Original Source

RowData.NextRowLevel Property

Gets the next row’s nesting level.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int NextRowLevel { get; protected set; }
vb
Public Property NextRowLevel As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

To learn more, see Processing Group Rows.

See Also

Grouping

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace