New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The move selected to next command.

Gets the move selected to previous command.

C#
public static ICommand MoveSelectedToPrevious { get; }
Property Value:

The move selected to previous command.