Class RadDataFormCommands
Inheritance
System.Object
RadDataFormCommands
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadDataFormCommands : Object
Constructors
RadDataFormCommands()
Declaration
public RadDataFormCommands()
Properties
AddNew
Declaration
public static ICommand AddNew { get; }
Property Value
System.
|
BeginEdit
Declaration
public static ICommand BeginEdit { get; }
Property Value
System.
|
CancelEdit
Declaration
public static ICommand CancelEdit { get; }
Property Value
System.
|
CommitEdit
Declaration
public static ICommand CommitEdit { get; }
Property Value
System.
|
Delete
Declaration
public static ICommand Delete { get; }
Property Value
System.
|
MoveCurrentToFirst
Declaration
public static ICommand MoveCurrentToFirst { get; }
Property Value
System.
|
MoveCurrentToLast
Declaration
public static ICommand MoveCurrentToLast { get; }
Property Value
System.
|
MoveCurrentToNext
Declaration
public static ICommand MoveCurrentToNext { get; }
Property Value
System.
|
MoveCurrentToPosition
Declaration
public static ICommand MoveCurrentToPosition { get; }
Property Value
System.
|
MoveCurrentToPrevious
Declaration
public static ICommand MoveCurrentToPrevious { get; }
Property Value
System.
|