Skip to main content

GridLevelNode.Level Property

Gets the nesting level of the current node.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int Level { get; }

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