Telerik.Windows.Controls.Breadcrumb
BreadcrumbItemCollection is the type of the RadBreadcrumbItem items property.
Represents a breadcrumb navigation control that displays a hierarchical series of links to navigate through different levels of content. The breadcrumb bar allows for dynamic changes in the items displayed based on the available width and hides overflow items if necessary. It supports theming and can apply custom templates to the items it contains.
Represents an item in a breadcrumb navigation control. The RadBreadcrumbBarItem class provides properties to manage the visual state and behavior of breadcrumb items, including handling popup displays, item selection, and icon visibility. This class supports features like theming, customizable item templates, and easy integration through data binding. It also maintains state when navigating through items and can respond to user interactions such as keyboard and mouse events.
Represents a static class containing commands for breadcrumb navigation functionality.
This class provides two public commands: ClearSelectedItem and HistoryDropDown.
ClearSelectedItem command allows for clearing the currently selected item in the breadcrumb,
while the HistoryDropDown command facilitates display of a drop-down history menu.
RoutedUICommand,
enabling integration with WPF command routing mechanisms.Specifies the type of a RadBreadcrumbBarItem.