DockTreeClient.DockControl Property

DevZest WPF Docking

DockTreeClientDockControl Property
Gets or sets the DockControl with this DockTreeClient. 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 with this DockTreeClient.
Remarks

Use DockTreeClient in the control template of DockControl, bind the DockControl property to its template parent.

See Also