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