Click or drag to resize

HierarchyNodeTreeLevel Property

Gets the level of deepness of the node within the tree, starting with 1 for the root nodes.

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public int TreeLevel { get; }

Property Value

Type: Int32
The level within the tree.

Implements

IHierarchyNodeTreeLevel
See Also