Exposes all the commands that CollectionEditor utilizes.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public static class CollectionEditorCommands
Inheritance: objectCollectionEditorCommands
Properties
Gets the add new command.
C#
public static ICommand AddNew { get; }
The add new command.
Gets the delete command.
C#
public static ICommand Delete { get; }
The delete command.
Gets the move current to next command.
C#
public static ICommand MoveCurrentToNext { get; }
The move current to next command.
Gets the move current to previous command.
C#
public static ICommand MoveCurrentToPrevious { get; }
The move current to previous command.