TreeViewNode.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the node that is the parent of the current node.
TreeViewNode Parent();
public TreeViewNode Parent { get; }
var treeViewNode = treeViewNode.parent;
Public ReadOnly Property Parent As TreeViewNode
Property Value
The node that is the parent of the current node.