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

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadOfficeNavigationBar

The RadOfficeNavigationBar allows easy navigation between different views and offers the ability to quickly access a minimalistic subset of a view within a popup window. It dynamically collapses items that do not fit in a Telerik.Windows.Controls.RadOfficeNavigationBar.OverflowMenu and allows for customizations through the OfficeNavigationBarDialog.

Inheritance
System.Object
RadOfficeNavigationBar
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll

Syntax

[TelerikToolboxCategory("Navigation")]
public class RadOfficeNavigationBar : Selector, IThemable

Constructors

RadOfficeNavigationBar()

Initializes a new instance of the RadOfficeNavigationBar class.

Declaration
public RadOfficeNavigationBar()

Fields

IsDragReorderEnabledProperty

Identifies the IsDragReorderEnabled dependency property.

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

IsInCompactModeProperty

Identifies the IsInCompactMode dependency property.

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

IsPeekPopupEnabledProperty

Identifies the IsPeekPopupEnabled dependency property.

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

ItemOrientationProperty

Identifies the ItemOrientation dependency property.

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

ItemRotationAngleProperty

Identifies the ItemRotationAngle dependency property.

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

ItemsMaxCountProperty

Identifies the ItemsMaxCount dependency property.

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

OrientationProperty

Identifies the Orientation dependency property.

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

PeekPopupCloseDelayProperty

Identifies the PeekPopupCloseDelay dependency property.

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

PeekPopupOpeningEvent

Registers the PeekPopupOpening routed event.

Declaration
public static readonly RoutedEvent PeekPopupOpeningEvent
Field Value
System.Windows.RoutedEvent

PeekPopupShowDelayProperty

Identifies the PeekPopupShowDelay dependency property.

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

Properties

IsDragReorderEnabled

Gets or sets a boolean value indicating whether drag and drop reordering of items is enabled.

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

IsInCompactMode

Gets or sets a boolean value indicating whether the control is in Compact mode. In that mode only the compact content of the items will be visible.

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

IsPeekPopupEnabled

Gets or sets a boolean value indicating whether a peek popup will be shown upon hovering an item.

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

ItemOrientation

Gets or sets the orientation in which each individual RadOfficeNavigationBarItem will be displayed.

Declaration
public Orientation ItemOrientation { get; set; }
Property Value
System.Windows.Controls.Orientation

ItemRotationAngle

Gets the angle the items are rotated by.

Declaration
public double ItemRotationAngle { get; }
Property Value
System.Double

ItemsMaxCount

Gets or sets an integer value identifying the maximum number of items that will be displayed at a time.

Declaration
public int ItemsMaxCount { get; set; }
Property Value
System.Int32

OfficeNavigationBarDialogViewModel

Gets the view model for the OfficeNavigationBarDialog control.

Declaration
public OfficeNavigationBarDialogViewModel OfficeNavigationBarDialogViewModel { get; }
Property Value
OfficeNavigationBarDialogViewModel

Orientation

Gets or sets the orientation in which all the RadOfficeNavigationBarItems will be displayed.

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

PeekPopupCloseDelay

Gets or sets an double value indicating the delay time in milliseconds between when the mouse leaves the item and when the peek popup is closed.

Declaration
public double PeekPopupCloseDelay { get; set; }
Property Value
System.Double

PeekPopupShowDelay

Gets or sets an double value indicating the delay time in milliseconds between when an item is hovered and when the peek popup is shown.

Declaration
public double PeekPopupShowDelay { get; set; }
Property Value
System.Double

Methods

ClearContainerForItemOverride(DependencyObject, Object)

Clears the specified element displaying the specified item container.

Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject element

Element used to display the specified item.

System.Object item

Specified item.

GetContainerForItemOverride()

Creates or identifies the element that is used to display the given item.

Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject

IsItemItsOwnContainerOverride(Object)

Determines if the specified item is (or is eligible to be) its own container.

Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object item

The item to check.

Returns
System.Boolean

True if the item is (or is eligible to be) its own container; otherwise, false.

OnApplyTemplate()

Declaration
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Returns class-specific System.Windows.Automation.Peers.AutomationPeer.

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

The type-specific System.Windows.Automation.Peers.AutomationPeer implementation.

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

OnItemsChanged(NotifyCollectionChangedEventArgs)

Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs e

OnKeyDown(KeyEventArgs)

Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs e

OnSelectionChanged(SelectionChangedEventArgs)

Declaration
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
System.Windows.Controls.SelectionChangedEventArgs e

PrepareContainerForItemOverride(DependencyObject, Object)

Prepares the specified element to display the specified item container.

Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject element

Element used to display the specified item.

System.Object item

Specified item.

ResetTheme()

Resets the theme.

Declaration
public void ResetTheme()

Events

PeekPopupOpening

Occurs when a peek popup is about to be shown.

Declaration
public event EventHandler<PeekPopupOpeningEventArgs> PeekPopupOpening
Event Type
System.EventHandler<PeekPopupOpeningEventArgs>

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
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.