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