DockPaneNode.Parent Property

DevZest WPF Docking

DockPaneNodeParent Property
Gets the parent DockPaneSplit of this DockPaneNode.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockPaneSplit Parent { get; }
Public ReadOnly Property Parent As DockPaneSplit
	Get

Property Value

Type: DockPaneSplit
The parent DockPaneSplit of this DockPaneNode.
See Also