Click or drag to resize

IHierarchyNode Properties

The IHierarchyNode type exposes the following members.

Properties
  NameDescription
Public propertyAsObject
Gets the backing domain object.
Public propertyCode
Gets the code.
(Inherited from ICodeNamePair.)
Public propertyHierarchy
Gets the hierarchy.
Public propertyName
Gets the name.
(Inherited from ICodeNamePair.)
Public propertyParentNode
Gets the parent node of the node.
Public propertySubNodes
Gets the direct (immediate) sub nodes of the node.
Public propertyTreeLevel
Gets the level of deepness of the node within the tree, starting with 1 for the root nodes.
Top
See Also