Exposes all the commands that NavigationSelector utilizes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class NavigationSelectorCommands
Inheritance: objectNavigationSelectorCommands
Properties
Gets the move selected to next command.
C#
public static ICommand MoveSelectedToNext { get; }
The move selected to next command.
Gets the move selected to previous command.
C#
public static ICommand MoveSelectedToPrevious { get; }
The move selected to previous command.