skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact 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 Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free 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 RadBreadcrumbItem

Represents an item in the RadBreadcrumb control.

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

Syntax

[TelerikToolboxCategory("Navigation")]
public class RadBreadcrumbItem : DependencyObject, ISupportInitialize

Constructors

RadBreadcrumbItem()

Initializes a new instance of the RadBreadcrumbItem class.

Declaration
public RadBreadcrumbItem()

Fields

DropDownHeaderProperty

Identifies the DropDownHeader dependency property.

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

HeaderProperty

Identifies the Header dependency property.

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

ImageProperty

Identifies the Image dependency property.

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

ItemsProperty

Identifies the Items dependency property.

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

ItemsSourceProperty

Identifies the ItemsSource dependency property.

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

TextModePathProperty

Identifies the TextModePath dependency property.

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

Properties

DropDownHeader

Gets or sets the DropDownHeader property.

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

Header

Gets or sets the Header property.

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

Image

Gets or sets the Image property.

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

Items

Gets a collection containing the current items.

Declaration
public BreadcrumbItemCollection Items { get; set; }
Property Value
BreadcrumbItemCollection

ItemsSource

Gets or sets the ItemsSource property.

Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable

TextModePath

Gets or sets the TextModePath property.

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

Methods

BeginInit()

Begins initialization.

Declaration
public void BeginInit()

EndInit()

End initialization.

Declaration
public void EndInit()

OnDropDownHeaderChanged(Object, Object)

Invoked when the DropDownHeader property changes.

Declaration
protected virtual void OnDropDownHeaderChanged(object oldValue, object newValue)
Parameters
System.Object oldValue

System.Object newValue

OnHeaderChanged(Object, Object)

Invoked when the Header property changes.

Declaration
protected virtual void OnHeaderChanged(object oldValue, object newValue)
Parameters
System.Object oldValue

System.Object newValue

OnTextModeChanged(Object, Object)

Invoked when the TextMode property changes.

Declaration
protected virtual void OnTextModeChanged(object oldValue, object newValue)
Parameters
System.Object oldValue

System.Object newValue

ToString()

Return item text value.

Declaration
public override string ToString()
Returns
System.String

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.