New to Telerik UI for WPFStart a free 30-day trial

All commands that RadDataForm exposes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public static class RadDataFormCommands

Inheritance: objectRadDataFormCommands

Properties

Gets the add new command.

C#
public static ICommand AddNew { get; }
Property Value:

The add new command.

Gets the begin edit command.

C#
public static ICommand BeginEdit { get; }
Property Value:

The begin edit command.

Gets the cancel edit command.

C#
public static ICommand CancelEdit { get; }
Property Value:

The cancel edit command.

Gets the commit edit command.

C#
public static ICommand CommitEdit { get; }
Property Value:

The commit edit command.

Gets the delete command.

C#
public static ICommand Delete { get; }
Property Value:

The delete command.

Gets the move current to first command.

C#
public static ICommand MoveCurrentToFirst { get; }
Property Value:

The move current to first command.

Gets the move current to last command.

C#
public static ICommand MoveCurrentToLast { get; }
Property Value:

The move current to last command.

Gets the move current to next command.

C#
public static ICommand MoveCurrentToNext { get; }
Property Value:

The move current to next command.

Gets the move current to position command.

C#
public static ICommand MoveCurrentToPosition { get; }
Property Value:

The move current to position command.

Gets the move current to previous command.

C#
public static ICommand MoveCurrentToPrevious { get; }
Property Value:

The move current to previous command.