RadControls for WPF

Represents a headered content area in a RadOutlookBar that displays image and text in the header and developer-supplied content in the content area.

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

Syntax

C#
public class RadOutlookBarItem : RadTabItem, 
	IOutlookBarItem
Visual Basic
Public Class RadOutlookBarItem _
	Inherits RadTabItem _
	Implements IOutlookBarItem

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..::..RadOutlookBarItem

See Also