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 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)

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.