property Nodes.Parent as Node
Retrieves the node's parent.

TypeDescription
Node A Node object that indicates the owner node of the Nodes collection.
Use the Parent property to get the owner node of the Nodes collection. If the Parent property points to nothing, the Nodes collection belongs to the control, and can be accessed using the Nodes property.