Click or drag to resize

NGTreeNodeLevel Property

The level in the hierarchy. Nodes that have no parent return a level of 0, those with a parent return a level of 1, those with parent and grand parent a level of 2 and so on.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int Level { get; }

Property Value

Int32
See Also