DockControl.DocumentDockTree Property

DevZest WPF Docking

DockControlDocumentDockTree Property
Gets a value indicates the document 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 DockTree DocumentDockTree { get; }
Public ReadOnly Property DocumentDockTree As DockTree
	Get

Property Value

Type: DockTree
The document DockTree.
See Also