GridLevelNode.Level Property
Gets the nesting level of the current node.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based integer representing the nesting level of the node. |
Remarks
For the root node the Level property returns 0. For the root node’s immediate children the Level property returns 1. For any children of the immediate children 2 is returned, and so on.
See Also