Skip to main content

TreeListRowData.RowLevel Property

Gets the nesting level of the treelist row. This is a dependency property.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public int RowLevel { get; }

Property Value

Type Description
Int32

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

Remarks

The nesting level specifies how many rows you should expand to reach the current row from the root.

Treelist Levels

To learn more, see Binding to Self-Referential Data Structure and Iterating Through Nodes.

See Also