RadControls for WPF

Navigation control which presents the RadPanes as TabItems.

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

Syntax

C#
public class RadPaneGroup : PaneGroupBase, 
	ISplitItem, IDocumentHostAware, IToolWindowAware, ISupportsResize
Visual Basic
Public Class RadPaneGroup _
	Inherits PaneGroupBase _
	Implements ISplitItem, IDocumentHostAware, IToolWindowAware, ISupportsResize

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..::..ItemsControl
                System.Windows.Controls.Primitives..::..Selector
                  System.Windows.Controls.Primitives..::..MultiSelector
                    Telerik.Windows.Controls.TabControl..::..RadTabControlBase
                      Telerik.Windows.Controls..::..RadTabControl
                        Telerik.Windows.Controls.Docking..::..PaneGroupBase
                          Telerik.Windows.Controls..::..RadPaneGroup

See Also