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