Class
CollectionEditorCommands

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

ICommand

The add new command.

Delete

Gets the delete command.

Declaration

cs-api-definition
public static ICommand Delete { get; }

Property Value

ICommand

The delete command.

MoveCurrentToNext

Gets the move current to next command.

Declaration

cs-api-definition
public static ICommand MoveCurrentToNext { get; }

Property Value

ICommand

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

ICommand

The move current to previous command.