ClassRadBreadcrumbCommands
Class
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.Definition
Namespace:Telerik.Windows.Controls.Breadcrumb
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public static class RadBreadcrumbCommands
Inheritance: objectRadBreadcrumbCommands
Properties
ClearSelectedItem
Gets value that represents selection command.
Declaration
cs-api-definition
public static RoutedUICommand ClearSelectedItem { get; }
Property Value
RoutedUICommand
The maximize command.
HistoryDropDown
Gets value that represents HistoryDropDown command.
Declaration
cs-api-definition
public static RoutedUICommand HistoryDropDown { get; }
Property Value
RoutedUICommand
The drop down command.