RadControls for WPF

Represents the content of a Ribbon tab.

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

Syntax

C#
public class RadRibbonTab : HeaderedItemsControl, 
	IRadTabItem, IThemable
Visual Basic
Public Class RadRibbonTab _
	Inherits HeaderedItemsControl _
	Implements IRadTabItem, IThemable

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..::..HeaderedItemsControl
                  Telerik.Windows.Controls..::..RadRibbonTab

See Also