Skip to main content

ASPxClientTreeViewNode.parent Property

Gets the current node’s parent node.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientTreeViewNode

An ASPxClientTreeViewNode 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