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