AutoHideClient.DockControl Property

DevZest WPF Docking

AutoHideClientDockControl Property
Gets or sets the DockControl associated with this AutoHideClient. 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; set; }
Public Property DockControl As DockControl
	Get
	Set

Property Value

Type: DockControl
The DockControl associated with this AutoHideClient.
See Also