Class
RadDataFormCommands

All commands that RadDataForm exposes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public static class RadDataFormCommands

Inheritance: objectRadDataFormCommands

Properties

AddNew

Gets the add new command.

Declaration

cs-api-definition
public static ICommand AddNew { get; }

Property Value

ICommand

The add new command.

BeginEdit

Gets the begin edit command.

Declaration

cs-api-definition
public static ICommand BeginEdit { get; }

Property Value

ICommand

The begin edit command.

CancelEdit

Gets the cancel edit command.

Declaration

cs-api-definition
public static ICommand CancelEdit { get; }

Property Value

ICommand

The cancel edit command.

CommitEdit

Gets the commit edit command.

Declaration

cs-api-definition
public static ICommand CommitEdit { get; }

Property Value

ICommand

The commit edit command.

Delete

Gets the delete command.

Declaration

cs-api-definition
public static ICommand Delete { get; }

Property Value

ICommand

The delete command.

MoveCurrentToFirst

Gets the move current to first command.

Declaration

cs-api-definition
public static ICommand MoveCurrentToFirst { get; }

Property Value

ICommand

The move current to first command.

MoveCurrentToLast

Gets the move current to last command.

Declaration

cs-api-definition
public static ICommand MoveCurrentToLast { get; }

Property Value

ICommand

The move current to last command.

MoveCurrentToNext

Gets the move current to next command.

Declaration

cs-api-definition
public static ICommand MoveCurrentToNext { get; }

Property Value

ICommand

The move current to next command.

MoveCurrentToPosition

Gets the move current to position command.

Declaration

cs-api-definition
public static ICommand MoveCurrentToPosition { get; }

Property Value

ICommand

The move current to position command.

MoveCurrentToPrevious

Gets the move current to previous command.

Declaration

cs-api-definition
public static ICommand MoveCurrentToPrevious { get; }

Property Value

ICommand

The move current to previous command.