New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The add new command.

Gets the delete command.

C#
public static ICommand Delete { get; }
Property Value:

The delete command.

Gets the move current to next command.

C#
public static ICommand MoveCurrentToNext { get; }
Property Value:

The move current to next command.

Gets the move current to previous command.

C#
public static ICommand MoveCurrentToPrevious { get; }
Property Value:

The move current to previous command.