New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public static class RadBreadcrumbCommands

Inheritance: objectRadBreadcrumbCommands

Properties

ClearSelectedItem

RoutedUICommand

Gets value that represents selection command.

C#
public static RoutedUICommand ClearSelectedItem { get; }
Property Value:

The maximize command.

HistoryDropDown

RoutedUICommand

Gets value that represents HistoryDropDown command.

C#
public static RoutedUICommand HistoryDropDown { get; }
Property Value:

The drop down command.

In this article
DefinitionPropertiesClearSelectedItemHistoryDropDown
Not finding the help you need?
Contact Support