skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadOutlookBarItem

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

Inheritance
System.Object
HeaderedContentControl
RadTabItem
RadOutlookBarItem
Inherited Members
RadTabItem.IsMouseOverProperty
RadTabItem.TabStripPlacementProperty
RadTabItem.TabOrientationProperty
RadTabItem.IsSelectedProperty
RadTabItem.IsBreakProperty
RadTabItem.LeftTemplateProperty
RadTabItem.RightTemplateProperty
RadTabItem.TopTemplateProperty
RadTabItem.BottomTemplateProperty
RadTabItem.DropDownContentProperty
RadTabItem.DropDownContentTemplateProperty
RadTabItem.DropDownContentTemplateSelectorProperty
RadTabItem.HeaderForegroundProperty
RadTabItem.IsDragDisabledProperty
RadTabItem.IRadTabItem.UpdateTabStripPlacement(Dock)
RadTabItem.IRadTabItem.SetTabOrientation(Orientation)
RadTabItem.OnSelected(RadRoutedEventArgs)
RadTabItem.OnUnselected(RadRoutedEventArgs)
RadTabItem.IRadTabItem.UpdateHeaderPresenterContent()
RadTabItem.UpdateTemplate()
RadTabItem.ChangeVisualState(Boolean)
RadTabItem.OnMouseEnter(MouseEventArgs)
RadTabItem.OnMouseLeave(MouseEventArgs)
RadTabItem.OnLoaded(Object, RoutedEventArgs)
RadTabItem.OnKeyDown(KeyEventArgs)
RadTabItem.OnContentChanged(Object, Object)
RadTabItem.MeasureOverride(Size)
RadTabItem.OnHeaderMouseLeftButtonDown(Object, MouseButtonEventArgs)
RadTabItem.OnHeaderMouseLeftButtonUp(Object, MouseButtonEventArgs)
RadTabItem.OnGotFocus(RoutedEventArgs)
RadTabItem.OnLostFocus(RoutedEventArgs)
RadTabItem.FindTemplateFromPosition(Dock)
RadTabItem.SetNavigationMode(KeyboardNavigationMode)
RadTabItem.IsMouseOver
RadTabItem.IsSelected
RadTabItem.IsDragDisabled
RadTabItem.DropDownContent
RadTabItem.DropDownContentTemplate
RadTabItem.DropDownContentTemplateSelector
RadTabItem.HeaderForeground
RadTabItem.IRadTabItem.Control
HeaderedContentControl.HasHeaderProperty
HeaderedContentControl.HeaderProperty
HeaderedContentControl.HeaderTemplateProperty
HeaderedContentControl.FocusVisualStyleProperty
HeaderedContentControl.HeaderTemplateSelectorProperty
HeaderedContentControl.IsFocusedProperty
HeaderedContentControl.ChangeVisualState()
HeaderedContentControl.OnIsEnabledChanged(DependencyPropertyChangedEventArgs)
HeaderedContentControl.OnHeaderTemplateChanged(DataTemplate, DataTemplate)
HeaderedContentControl.OnIsFocusedChanged(DependencyPropertyChangedEventArgs)
HeaderedContentControl.HasHeader
HeaderedContentControl.IsFocused
HeaderedContentControl.Header
HeaderedContentControl.FocusVisualStyle
HeaderedContentControl.HeaderTemplate
HeaderedContentControl.HeaderTemplateSelector
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll

Syntax

[TelerikToolboxCategory("Navigation")]
public class RadOutlookBarItem : RadTabItem, ISelectable, IRadTabItem, IOutlookBarItem

Constructors

RadOutlookBarItem()

Initializes a new instance of the RadOutlookBarItem class.

Declaration
public RadOutlookBarItem()

Fields

IconMarginProperty

Identifies the IconMarginProperty dependency property.

Declaration
public static readonly DependencyProperty IconMarginProperty
Field Value
System.Windows.DependencyProperty

IconProperty

Identifies the Icon dependency property.

Declaration
public static readonly DependencyProperty IconProperty
Field Value
System.Windows.DependencyProperty

MinimizedContentProperty

Identifies the MinimizedContent dependency property.

Declaration
public static readonly DependencyProperty MinimizedContentProperty
Field Value
System.Windows.DependencyProperty

MinimizedContentTemplateProperty

Identifies the MinimizedContentTemplate dependency property.

Declaration
public static readonly DependencyProperty MinimizedContentTemplateProperty
Field Value
System.Windows.DependencyProperty

MinimizedContentTemplateSelectorProperty

Identifies the MinimizedContentTemplateSelector dependency property.

Declaration
public static readonly DependencyProperty MinimizedContentTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty

PositionChangedEvent

This event gets fired every time a RadOutlookBarItem changes its position.

Declaration
public static readonly RoutedEvent PositionChangedEvent
Field Value
RoutedEvent

SmallIconProperty

Identifies the SmallIcon dependency property.

Declaration
public static readonly DependencyProperty SmallIconProperty
Field Value
System.Windows.DependencyProperty

TitleProperty

Identifies the Header property.

Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty

TitleTemplateProperty

Identifies the TitleTemplate dependency property.

Declaration
public static readonly DependencyProperty TitleTemplateProperty
Field Value
System.Windows.DependencyProperty

TitleTemplateSelectorProperty

Identifies the TitleTemplateSelector dependency property.

Declaration
public static readonly DependencyProperty TitleTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty

Properties

BottomTemplate

This property does not apply to OutlookBarItem.

Declaration
public override ControlTemplate BottomTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate

Overrides
RadTabItem.BottomTemplate

Icon

Gets or sets the source of the icon of RadOutlookBarItem.

Declaration
public ImageSource Icon { get; set; }
Property Value
System.Windows.Media.ImageSource

Remarks

The icon is visible when the RadOutlookBarItem is in the ActiveArea.

IconMargin

Gets or sets the margin of the icon of RadOutlookBarItem.

Declaration
public Thickness IconMargin { get; set; }
Property Value
System.Windows.Thickness

IsBreak

This property does not apply to OutlookBarItem.

Declaration
public override bool IsBreak { get; set; }
Property Value
System.Boolean

Overrides
RadTabItem.IsBreak

LeftTemplate

This property does not apply to OutlookBarItem.

Declaration
public override ControlTemplate LeftTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate

Overrides
RadTabItem.LeftTemplate

MinimizedContent

Gets or sets the content that will represent the RadOutlookBarItem while in MinimizedArea.

Declaration
public object MinimizedContent { get; set; }
Property Value
System.Object

MinimizedContentTemplate

Gets or sets the content template that will represent the RadOutlookBarItem while in MinimizedArea.

Declaration
public DataTemplate MinimizedContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate

MinimizedContentTemplateSelector

Gets or sets the content template selector that will select a template to represent the RadOutlookBarItem while in MinimizedArea.

Declaration
public DataTemplateSelector MinimizedContentTemplateSelector { get; set; }
Property Value
DataTemplateSelector

Position

Gets the position of the RadOutlookBarItem. This item can be positioned in: ActiveArea MinimizedArea OverflowArea.

Declaration
public OutlookBarItemPosition Position { get; }
Property Value
OutlookBarItemPosition

RightTemplate

This property does not apply to OutlookBarItem.

Declaration
public override ControlTemplate RightTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate

Overrides
RadTabItem.RightTemplate

SmallIcon

Gets or sets the source of the small icon of RadOutlookBarItem.

Declaration
public ImageSource SmallIcon { get; set; }
Property Value
System.Windows.Media.ImageSource

Remarks

The small icon is visible when the RadOutlookBarItem is in the MinimizedArea.

TabOrientation

This property does not apply to OutlookBarItem.

Declaration
public override Orientation TabOrientation { get; }
Property Value
System.Windows.Controls.Orientation

Overrides
RadTabItem.TabOrientation

TabStripPlacement

This property does not apply to OutlookBarItem.

Declaration
public override Dock TabStripPlacement { get; }
Property Value
Dock

Overrides
RadTabItem.TabStripPlacement

Title

Gets or sets the title of the parent RadOutlookBar control.

Declaration
public object Title { get; set; }
Property Value
System.Object

TitleTemplate

Gets or sets the template for the title of the parent RadOutlookBar control.

Declaration
public DataTemplate TitleTemplate { get; set; }
Property Value
System.Windows.DataTemplate

TitleTemplateSelector

Gets or sets the template selector for the title template of the parent RadOutlookBar control.

Declaration
public DataTemplateSelector TitleTemplateSelector { get; set; }
Property Value
DataTemplateSelector

TopTemplate

This property does not apply to OutlookBarItem.

Declaration
public override ControlTemplate TopTemplate { get; set; }
Property Value
System.Windows.Controls.ControlTemplate

Overrides
RadTabItem.TopTemplate

Methods

add_PositionChanged(PositionChangedEventHandler)

Declaration
public void add_PositionChanged(PositionChangedEventHandler value)
Parameters
PositionChangedEventHandler value

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate().

Declaration
public override void OnApplyTemplate()
Overrides
RadTabItem.OnApplyTemplate()

OnCreateAutomationPeer()

Creates a RadOutlookBarItemAutomationPeer.

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

A new instance of the RadTabItemAutomationPeer.

Overrides
RadTabItem.OnCreateAutomationPeer()

OnHeaderChanged(Object, Object)

Allows derived classes to act on header change.

Declaration
protected override void OnHeaderChanged(object oldHeader, object newHeader)
Parameters
System.Object oldHeader

The old header value.

System.Object newHeader

The new header value.

Overrides
RadTabItem.OnHeaderChanged(Object, Object)
See Also
Header

OnIsSelectedChanged(Boolean, Boolean)

Called when item is selected.

Declaration
protected override void OnIsSelectedChanged(bool oldValue, bool newValue)
Parameters
System.Boolean oldValue

System.Boolean newValue

Overrides
RadTabItem.OnIsSelectedChanged(Boolean, Boolean)

OnTitleChanged(Object, Object)

Allows derived classes to act on header change.

Declaration
protected virtual void OnTitleChanged(object oldHeader, object newHeader)
Parameters
System.Object oldHeader

The old header value.

System.Object newHeader

The new header value.

See Also
Header

remove_PositionChanged(PositionChangedEventHandler)

Declaration
public void remove_PositionChanged(PositionChangedEventHandler value)
Parameters
PositionChangedEventHandler value

Events

PositionChanged

Occurs when a RadOutlookBarItem changes its position, for example, from ActiveArea to MinimizedArea.

Declaration
public event PositionChangedEventHandler PositionChanged
Event Type
PositionChangedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.