DockControl.BottomDockTree Property

DevZest WPF Docking

DockControlBottomDockTree Property
Gets a value indicates the bottom 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 BottomDockTree { get; }
Public ReadOnly Property BottomDockTree As DockTree
	Get

Property Value

Type: DockTree
The bottom DockTree.
See Also