DockItem.DockControl Property

DevZest WPF Docking

DockItemDockControl Property
Gets the DockControl object associated with this DockItem. 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 DockControl DockControl { get; }
Public ReadOnly Property DockControl As DockControl
	Get

Property Value

Type: DockControl
The DockControl object associated with this DockItem.
See Also