RadControls for WPF

Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.40

Syntax

C#
public class RadDockPanel : Panel
Visual Basic
Public Class RadDockPanel _
	Inherits Panel

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              Telerik.Windows.Controls..::..RadDockPanel
                Telerik.Windows.Controls..::..DockingPanel

See Also