RadControls for WPF

A content holder class for the Docking.

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

Syntax

C#
public class RadPane : RadTabItem, IPane, 
	IDocumentHostAware, IToolWindowAware, IActiveAware
Visual Basic
Public Class RadPane _
	Inherits RadTabItem _
	Implements IPane, IDocumentHostAware, IToolWindowAware, IActiveAware

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..HeaderedContentControl
                  Telerik.Windows.Controls..::..RadTabItem
                    Telerik.Windows.Controls..::..RadPane
                      Telerik.Windows.Controls..::..RadDocumentPane

See Also