New to Telerik UI for WPF? Download free 30-day trial

Templates Structure

This topic will explain you the structure of the RadDocking template and describe the elements in it.

Except the standard layout controls like Grid and Border, the template contains one specific control - RootDockPanel of type DockPanel. They handle all of the functionality around the docking.

WPF RadDocking Template Structure

Take a look at the child elements of the RootDockPanel:

  1. LeftAutoHide - represents the auto hide area for the left part of the RadDocking control.

  2. RightAutoHide - represents the auto hide area for the right part of the RadDocking control.

  3. TopAutoHide - represents the auto hide area for the top part of the RadDocking control.

  4. BottomAutoHide - represents the auto hide area for the bottom part of the RadDocking control.

  5. ContentDockPanel - hosts the content of the RadDocking control (such as RadSplitContainers, RadPaneGroups etc.)

  6. DocumentHost- represents the central content area of the RadDocking control. Read more here.

WPF RadDocking Different Elements

See Also

In this article