Class NavigationSelectorCommands
Exposes all the commands that NavigationSelector utilizes.
Inheritance
System.Object
NavigationSelectorCommands
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class NavigationSelectorCommands : Object
Properties
Gets the move selected to next command.
Declaration
public static ICommand MoveSelectedToNext { get; }
Property Value
System.Windows.Input.ICommand
The move selected to next command.
|
Gets the move selected to previous command.
Declaration
public static ICommand MoveSelectedToPrevious { get; }
Property Value
System.Windows.Input.ICommand
The move selected to previous command.
|