ClassRadCollectionNavigatorCommands
Exposes all the commands that RadCollectionNavigator utilizes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public static class RadCollectionNavigatorCommands
Inheritance: objectRadCollectionNavigatorCommands
Properties
AddNew
Gets the add new command.
Declaration
public static ICommand AddNew { get; }
Property Value
The add new command.
BeginEdit
Gets the begin edit command.
Declaration
public static ICommand BeginEdit { get; }
Property Value
The begin edit command.
Delete
Gets the delete command.
Declaration
public static ICommand Delete { get; }
Property Value
The delete command.
MoveCurrentToFirst
Gets the move current to first command.
Declaration
public static ICommand MoveCurrentToFirst { get; }
Property Value
The move current to first command.
MoveCurrentToLast
Gets the move current to last command.
Declaration
public static ICommand MoveCurrentToLast { get; }
Property Value
The move current to last command.
MoveCurrentToNext
Gets the move current to next command.
Declaration
public static ICommand MoveCurrentToNext { get; }
Property Value
The move current to next command.
MoveCurrentToPrevious
Gets the move current to previous command.
Declaration
public static ICommand MoveCurrentToPrevious { get; }
Property Value
The move current to previous command.