Class
NavigationSelectorCommands

Exposes all the commands that NavigationSelector utilizes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public static class NavigationSelectorCommands

Inheritance: objectNavigationSelectorCommands

Properties

MoveSelectedToNext

Gets the move selected to next command.

Declaration

cs-api-definition
public static ICommand MoveSelectedToNext { get; }

Property Value

ICommand

The move selected to next command.

MoveSelectedToPrevious

Gets the move selected to previous command.

Declaration

cs-api-definition
public static ICommand MoveSelectedToPrevious { get; }

Property Value

ICommand

The move selected to previous command.