DockTreeControl.DockTree Property

DevZest WPF Docking

DockTreeControlDockTree Property
Gets the DockTree to display.

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

Property Value

Type: DockTree
The DockTree to display.
See Also