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.
Both commands are implemented as RoutedUICommand,
enabling integration with WPF command routing mechanisms.
Definition
Namespace:Telerik.Windows.Controls.Breadcrumb
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public static class RadBreadcrumbCommands
Inheritance: objectRadBreadcrumbCommands
Properties
ClearSelectedItem
RoutedUICommand
Gets value that represents selection command.
public static RoutedUICommand ClearSelectedItem { get; }
The maximize command.
HistoryDropDown
RoutedUICommand
Gets value that represents HistoryDropDown command.
public static RoutedUICommand HistoryDropDown { get; }
The drop down command.