RadDataFormCommands
All commands that RadDataForm exposes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public static class RadDataFormCommands
Inheritance: objectRadDataFormCommands
Properties
Gets the add new command.
public static ICommand AddNew { get; }
The add new command.
Gets the begin edit command.
public static ICommand BeginEdit { get; }
The begin edit command.
Gets the cancel edit command.
public static ICommand CancelEdit { get; }
The cancel edit command.
Gets the commit edit command.
public static ICommand CommitEdit { get; }
The commit edit command.
Gets the delete command.
public static ICommand Delete { get; }
The delete command.
Gets the move current to first command.
public static ICommand MoveCurrentToFirst { get; }
The move current to first command.
Gets the move current to last command.
public static ICommand MoveCurrentToLast { get; }
The move current to last command.
Gets the move current to next command.
public static ICommand MoveCurrentToNext { get; }
The move current to next command.
Gets the move current to position command.
public static ICommand MoveCurrentToPosition { get; }
The move current to position command.
Gets the move current to previous command.
public static ICommand MoveCurrentToPrevious { get; }
The move current to previous command.