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 FileDialogsBreadcrumb

Custom RadBreadcrumb in order to meet the needs of FileDialogs.

Inheritance
System.Object
RadBreadcrumb
FileDialogsBreadcrumb
Inherited Members
RadBreadcrumb.CurrentItemChangedEvent
RadBreadcrumb.PathProperty
RadBreadcrumb.HierarchicalMemberPathProperty
RadBreadcrumb.HierarchicalItemsSourceProperty
RadBreadcrumb.PathSeparatorProperty
RadBreadcrumb.CurrentItemProperty
RadBreadcrumb.TextModePathProperty
RadBreadcrumb.AutocompleteItemsProperty
RadBreadcrumb.SelectedAutocompleteItemProperty
RadBreadcrumb.IsCurrentIconVisibleProperty
RadBreadcrumb.IsIconVisibleProperty
RadBreadcrumb.IconPathProperty
RadBreadcrumb.HistorySizeProperty
RadBreadcrumb.IsLinearModeProperty
RadBreadcrumb.IsTextModeEnabledProperty
RadBreadcrumb.SelectedHistoryItemProperty
RadBreadcrumb.IsHistoryEnabledProperty
RadBreadcrumb.IsHistoryOpenProperty
RadBreadcrumb.SplitButtonStyleProperty
RadBreadcrumb.OverflowButtonStyleProperty
RadBreadcrumb.StringComparisonProperty
RadBreadcrumb.CurrentContainerProperty
RadBreadcrumb.HistoryItemsProperty
RadBreadcrumb.BarItemControlTemplateProperty
RadBreadcrumb.DropDownItemControlTemplateProperty
RadBreadcrumb.IsTextModeProperty
RadBreadcrumb.IsAutocompleteOpenProperty
RadBreadcrumb.HeaderMemberPathProperty
RadBreadcrumb.ResetTheme()
RadBreadcrumb.OnKeyDown(KeyEventArgs)
RadBreadcrumb.OnMouseLeftButtonDown(MouseButtonEventArgs)
RadBreadcrumb.OnMouseWheel(MouseWheelEventArgs)
RadBreadcrumb.OnItemsChanged(NotifyCollectionChangedEventArgs)
RadBreadcrumb.OnHeaderChanged(Object, Object)
RadBreadcrumb.OnGotFocus(RoutedEventArgs)
RadBreadcrumb.OnLostFocus(RoutedEventArgs)
RadBreadcrumb.OnPathChanged(String, String)
RadBreadcrumb.OnPathSeparatorChanged(String, String)
RadBreadcrumb.OnCurrentItemChanged(Object, Object)
RadBreadcrumb.OnIsLinearModeChanged(Boolean, Boolean)
RadBreadcrumb.OnIsIconVisibleChanged(Boolean, Boolean)
RadBreadcrumb.OnIsTextModeEnabledChanged(Boolean, Boolean)
RadBreadcrumb.OnIsAutomaticHistoryEnabledChanged(Boolean, Boolean)
RadBreadcrumb.OnSplitButtonStyleChanged(Style, Style)
RadBreadcrumb.OnOverflowButtonStyleChanged(Style, Style)
RadBreadcrumb.OnCurrentItemChanged(RadRoutedEventArgs)
RadBreadcrumb.RootContainer
RadBreadcrumb.ItemContainerGenerator
RadBreadcrumb.HeaderMemberPath
RadBreadcrumb.IsAutocompleteOpen
RadBreadcrumb.IsTextMode
RadBreadcrumb.DropDownItemControlTemplate
RadBreadcrumb.BarItemControlTemplate
RadBreadcrumb.CurrentContainer
RadBreadcrumb.SplitButtonStyle
RadBreadcrumb.OverflowButtonStyle
RadBreadcrumb.IsHistoryEnabled
RadBreadcrumb.StringComparison
RadBreadcrumb.SelectedHistoryItem
RadBreadcrumb.HistoryItems
RadBreadcrumb.IsTextModeEnabled
RadBreadcrumb.IsLinearMode
RadBreadcrumb.HistorySize
RadBreadcrumb.ImagePath
RadBreadcrumb.IsHistoryOpen
RadBreadcrumb.IsCurrentIconVisible
RadBreadcrumb.IsIconVisible
RadBreadcrumb.SelectedAutocompleteItem
RadBreadcrumb.AutocompleteItems
RadBreadcrumb.TextModePath
RadBreadcrumb.CurrentItem
RadBreadcrumb.PathSeparator
RadBreadcrumb.HierarchicalItemsSource
RadBreadcrumb.HierarchicalMemberPath
RadBreadcrumb.Path
RadBreadcrumb.CurrentItemChanged
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll

Syntax

public sealed class FileDialogsBreadcrumb : RadBreadcrumb, IThemable, IPopupWrapperOwner

Constructors

FileDialogsBreadcrumb()

Initializes a new instance of the FileDialogsBreadcrumb class.

Declaration
public FileDialogsBreadcrumb()

Methods

OnApplyTemplate()

Applies the template for the RadBreadcrumb.

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

OnCreateAutomationPeer()

Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

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

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

Overrides
RadBreadcrumb.OnCreateAutomationPeer()

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.

Overrides
RadBreadcrumb.OnInitialized(EventArgs)

OnKeyUp(KeyEventArgs)

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

Events

ExceptionRaised

Occurs when the System.Exception is raised.

Declaration
public event EventHandler<FileBrowserExceptionRaisedEventArgs> ExceptionRaised
Event Type
System.EventHandler<FileBrowserExceptionRaisedEventArgs>

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.