ASPxClientTreeViewNode.parent Property
In This Article
Gets the current node’s parent node.
#Declaration
TypeScript
parent: ASPxClientTreeViewNode
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the parent property to identify and access the immediate parent node which owns the current node.
See Also