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

Exposes all the commands that RadCollectionNavigator utilizes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public static class RadCollectionNavigatorCommands

Inheritance: objectRadCollectionNavigatorCommands

Properties

Gets the add new command.

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

The add new command.

Gets the begin edit command.

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

The begin edit command.

Gets the delete command.

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

The delete command.

Gets the move current to first command.

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

The move current to first command.

Gets the move current to last command.

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

The move current to last command.

Gets the move current to next command.

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

The move current to next command.

Gets the move current to previous command.

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

The move current to previous command.