ASPxClientTreeViewNode.treeView Property
In This Article
Gets the client representation of the ASPxTreeView control to which the current node belongs.
#Declaration
TypeScript
treeView: ASPxClientTreeView
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the treeView property to identify and access the client control object which owns the current node.
See Also