TreeViewNode.Parent Property

Definition

Gets or sets the node that is the parent of the current node.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

TreeViewNode Parent();
public TreeViewNode Parent { get; }
Public ReadOnly Property Parent As TreeViewNode

Property Value

The node that is the parent of the current node.

Applies to