DockTree.RootNode Property

DevZest WPF Docking

DockTreeRootNode Property
Gets the root node of the DockTree. This is a dependency property.

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

Property Value

Type: DockPaneNode
The root node of the DockTree.
See Also