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

GridLevelNode.Level Property

Gets the nesting level of the current node.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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