ClassRadDataFormCommands
All commands that RadDataForm exposes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public static class RadDataFormCommands
Inheritance: objectRadDataFormCommands
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.
CancelEdit
Gets the cancel edit command.
Declaration
public static ICommand CancelEdit { get; }
Property Value
The cancel edit command.
CommitEdit
Gets the commit edit command.
Declaration
public static ICommand CommitEdit { get; }
Property Value
The commit 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.
MoveCurrentToPosition
Gets the move current to position command.
Declaration
public static ICommand MoveCurrentToPosition { get; }
Property Value
The move current to position command.
MoveCurrentToPrevious
Gets the move current to previous command.
Declaration
public static ICommand MoveCurrentToPrevious { get; }
Property Value
The move current to previous command.