FloatingWindow.DockTree Property

DevZest WPF Docking

FloatingWindowDockTree Property
Gets the DockTree which this FloatingWindow contains. 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 DockTree { get; }
Public ReadOnly Property DockTree As DockTree
	Get

Property Value

Type: DockTree
The DockTree which this FloatingWindow contains.
See Also