DockTreeSplit.DockControl Property

DevZest WPF Docking

DockTreeSplitDockControl Property
Gets the DockControl which this DockTreeSplit belongs to. This is a dependency property.

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

Property Value

Type: DockControl
The DockControl which this DockTreeSplit belongs to.
See Also