DockControl.RightDockTree Property

DevZest WPF Docking

DockControlRightDockTree Property
Gets a value indicates the right 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 RightDockTree { get; }
Public ReadOnly Property RightDockTree As DockTree
	Get

Property Value

Type: DockTree
The right DockTree.
See Also