Class
PropertyGridDelegateCommandWrapper

Represents a concrete implementation of DelegateCommandWrapper for the scope of RadPropertyGrid.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class PropertyGridDelegateCommandWrapper : DelegateCommandWrapper

Inheritance: objectDelegateCommandWrapperPropertyGridDelegateCommandWrapper

Inherited Members DelegateCommandWrapper.GetExecuteAction()DelegateCommandWrapper.ExecuteActionDelegateCommandWrapper.ExecuteCommandDelegateCommandWrapper.DelayDelegateCommandWrapper.InvocationKey

Constructors

PropertyGridDelegateCommandWrapper(Action, RadPropertyGrid)

Initializes a new instance of the PropertyGridDelegateCommandWrapper class.

Declaration

cs-api-definition
public PropertyGridDelegateCommandWrapper(Action action, RadPropertyGrid propertyGrid)

Parameters

action

Action

The action.

propertyGrid

RadPropertyGrid

The property grid.

PropertyGridDelegateCommandWrapper(Action, int, RadPropertyGrid)

Initializes a new instance of the PropertyGridDelegateCommandWrapper class.

Declaration

cs-api-definition
public PropertyGridDelegateCommandWrapper(Action action, int delay, RadPropertyGrid propertyGrid)

Parameters

action

Action

The action.

delay

int

The delay.

propertyGrid

RadPropertyGrid

The property grid.

PropertyGridDelegateCommandWrapper(ICommand, RadPropertyGrid)

Initializes a new instance of the PropertyGridDelegateCommandWrapper class.

Declaration

cs-api-definition
public PropertyGridDelegateCommandWrapper(ICommand command, RadPropertyGrid propertyGrid)

Parameters

command

ICommand

The command.

propertyGrid

RadPropertyGrid

The property grid.

PropertyGridDelegateCommandWrapper(ICommand, int, RadPropertyGrid)

Initializes a new instance of the PropertyGridDelegateCommandWrapper class.

Declaration

cs-api-definition
public PropertyGridDelegateCommandWrapper(ICommand command, int delay, RadPropertyGrid propertyGrid)

Parameters

command

ICommand

The command.

delay

int

The delay.

propertyGrid

RadPropertyGrid

The property grid.