Class CollectionEditorCommands
Exposes all the commands that CollectionEditor utilizes.
Inheritance
System.Object
CollectionEditorCommands
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public static class CollectionEditorCommands : Object
Properties
AddNew
Gets the add new command.
Declaration
public static ICommand AddNew { get; }
Property Value
System.Windows.Input.ICommand
The add new command. |
Delete
Gets the delete command.
Declaration
public static ICommand Delete { get; }
Property Value
System.Windows.Input.ICommand
The delete 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. |
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. |