Class
RadCollectionNavigatorCommands

Exposes all the commands that RadCollectionNavigator utilizes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public static class RadCollectionNavigatorCommands

Inheritance: objectRadCollectionNavigatorCommands

Properties

AddNew

Gets the add new command.

Declaration

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

Property Value

ICommand

The add new command.

BeginEdit

Gets the begin edit command.

Declaration

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

Property Value

ICommand

The begin edit command.

Delete

Gets the delete command.

Declaration

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

Property Value

ICommand

The delete command.

MoveCurrentToFirst

Gets the move current to first command.

Declaration

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

Property Value

ICommand

The move current to first command.

MoveCurrentToLast

Gets the move current to last command.

Declaration

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

Property Value

ICommand

The move current to last command.

MoveCurrentToNext

Gets the move current to next command.

Declaration

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

Property Value

ICommand

The move current to next command.

MoveCurrentToPrevious

Gets the move current to previous command.

Declaration

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

Property Value

ICommand

The move current to previous command.