Class
RadBreadcrumbCommands

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:

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.

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