Share via


TreeViewNode.Parent Property

Definition

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.

Applies to