Class RadBreadcrumbCommands
Holds commands that can be used by a RadBreadcrumb.
Inheritance
System.Object
RadBreadcrumbCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Breadcrumb
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class RadBreadcrumbCommands
Properties
ClearSelectedItem
Gets value that represents selection command.
Declaration
public static RoutedUICommand ClearSelectedItem { get; }
Property Value
System.Windows.Input.RoutedUICommand
The maximize command. |
HistoryDropDown
Gets value that represents HistoryDropDown command.
Declaration
public static RoutedUICommand HistoryDropDown { get; }
Property Value
System.Windows.Input.RoutedUICommand
The drop down command. |