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; }
The add new command.
Gets the begin edit command.
C#
public static ICommand BeginEdit { get; }
The begin edit command.
Gets the delete command.
C#
public static ICommand Delete { get; }
The delete command.
Gets the move current to first command.
C#
public static ICommand MoveCurrentToFirst { get; }
The move current to first command.
Gets the move current to last command.
C#
public static ICommand MoveCurrentToLast { get; }
The move current to last command.
Gets the move current to next command.
C#
public static ICommand MoveCurrentToNext { get; }
The move current to next command.
Gets the move current to previous command.
C#
public static ICommand MoveCurrentToPrevious { get; }
The move current to previous command.