RadControls for Silverlight

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.1050

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..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls..::..Selector
                Telerik.Windows.Controls.TabControl..::..RadTabControlBase
                  Telerik.Windows.Controls..::..RadTabControl
                    Telerik.Windows.Controls.Docking..::..PaneGroupBase
                      Telerik.Windows.Controls..::..RadPaneGroup

See Also