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 RadOfficeNavigationBarItem

Represents a container for an item in a RadOfficeNavigationBar control.

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

Syntax

[TelerikToolboxCategory("Navigation")]
public class RadOfficeNavigationBarItem : ButtonBase, IThemable

Constructors

RadOfficeNavigationBarItem()

Initializes a new instance of the RadOfficeNavigationBarItem class.

Declaration
public RadOfficeNavigationBarItem()

Fields

CompactContentProperty

Identifies the CompactContent dependency property.

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

CompactContentTemplateProperty

Identifies the CompactContentTemplate dependency property.

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

CompactContentTemplateSelectorProperty

Identifies the CompactContentTemplateSelector dependency property.

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

IsSelectedProperty

Identifies the IsSelected dependency property.

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

MenuIconProperty

Identifies the MenuIcon dependency property.

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

MenuIconTemplateProperty

Identifies the MenuIconTemplate dependency property.

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

PeekPopupContentProperty

Identifies the PeekPopupContent dependency property.

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

PeekPopupContentStringFormatProperty

Identifies the PeekPopupContentStringFormat dependency property.

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

PeekPopupContentTemplateProperty

Identifies the PeekPopupContentTemplate dependency property.

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

PeekPopupContentTemplateSelectorProperty

Identifies the PeekPopupContentTemplateSelector dependency property.

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

PeekPopupStyleProperty

Identifies the PeekPopupStyle dependency property.

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

Properties

CompactContent

Gets or sets the CompactContent that appears in a RadNavigationViewItem. This is a dependency property.

Declaration
[SRCategory("Appearance")]
public object CompactContent { get; set; }
Property Value
System.Object

CompactContentTemplate

Gets or sets the data template used for CompactContent in a RadNavigationViewItem. This is a dependency property.

Declaration
[SRCategory("Appearance")]
public DataTemplate CompactContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate

CompactContentTemplateSelector

Gets or sets the data template selector used for CompactContent in a RadNavigationViewItem. This is a dependency property.

Declaration
[SRCategory("Appearance")]
public DataTemplateSelector CompactContentTemplateSelector { get; set; }
Property Value
System.Windows.Controls.DataTemplateSelector

IsSelected

Gets or sets a value indicating whether this instance is selected. This is a dependency property.

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

MenuIcon

Gets or sets an object that will be transferred to the Icon property of the overflow items inside the OverflowMenu. This is a dependency property.

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

MenuIconTemplate

Gets or sets a DataTemplate instance that will be transferred to the IconTemplate property of the overflow items inside the OverflowMenu. This is a dependency property.

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

PeekPopupContent

Gets or sets the content of the peek popup. This is a dependency property.

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

PeekPopupContentStringFormat

Gets or sets the ContentStringFormat of the peek popup. This is a dependency property.

Declaration
public string PeekPopupContentStringFormat { get; set; }
Property Value
System.String

PeekPopupContentTemplate

Gets or sets the ContentTemplate of the peek popup. This is a dependency property.

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

PeekPopupContentTemplateSelector

Gets or sets the ContentTemplateSelector of the peek popup. This is a dependency property.

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

PeekPopupStyle

Gets or sets the Style of the peek popup. The style should target RadCallout. This is a dependency property.

Declaration
public Style PeekPopupStyle { get; set; }
Property Value
System.Windows.Style

Position

Gets the position of this item in the current view.

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

Methods

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.

OnIsSelectedChanged()

Called when selection is changed.

Declaration
protected virtual void OnIsSelectedChanged()

OnKeyDown(KeyEventArgs)

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

OnKeyUp(KeyEventArgs)

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

OnMouseDown(MouseButtonEventArgs)

Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs e

The System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.

OnMouseEnter(MouseEventArgs)

Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

OnMouseLeave(MouseEventArgs)

Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

ResetTheme()

Resets the theme.

Declaration
public void ResetTheme()

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.