IHierarchyNodeTreeLevel 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
SyntaxReadOnly Property TreeLevel As Integer
Get
property int TreeLevel {
int get ();
}
abstract TreeLevel : int with get
Property Value
Type:
Int32
The level within the tree.
See Also