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.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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.
To learn more, see Binding to Self-Referential Data Structure and Iterating Through Nodes.
See Also