Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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