Skip to main content

ASPxClientTreeViewNode.treeView Property

Gets the client representation of the ASPxTreeView control to which the current node belongs.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientTreeView

An ASPxClientTreeView object representing the control to which the node belongs.

#Remarks

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

See Also