Share via


TreeViewNode.Parent Property

Definition

Overloads

Parent

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).

Parent

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