Property DockControl
| Improve this Doc View SourceDockControl
Gets or sets the DockControl with this DockTreeClient. This is a dependency property.
Declaration
public DockControl DockControl { get; set; }
Property Value
Type | Description |
---|---|
DockControl | The DockControl with this DockTreeClient. |
Remarks
Use DockTreeClient in the control template of DockControl, bind the DockControl property to its template parent.