Gets the parent node of this node, if any.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public Node Parent { get; internal set; }
Visual Basic (Declaration)
Public Property Parent As Node

See Also