Skip to main content

BootstrapClientTreeViewNode.treeView Property

Gets the BootstrapClientTreeView object to which the current node belongs.

Declaration

treeView: BootstrapClientTreeView

Property Value

Type Description
BootstrapClientTreeView

A BootstrapClientTreeView object that is the node’s owner.

Remarks

Use the treeView property to identify and access the BootstrapClientTreeView object which owns the current node.

See Also