BootstrapClientTreeViewNode.parent Property
Gets the current node’s parent node.
Declaration
parent: BootstrapClientTreeViewNode
Property Value
Type | Description |
---|---|
BootstrapClientTreeViewNode | A BootstrapClientTreeViewNode object representing the node’s immediate parent. |
Remarks
Use the parent property to identify and access the immediate parent node which owns the current node.
See Also