Class
PropertyGridDelegateCommandWrapper

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

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.PropertyGrid

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class PropertyGridDelegateCommandWrapper : DelegateCommandWrapper

Inheritance: objectDelegateCommandWrapperPropertyGridDelegateCommandWrapper

Inherited Members 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.

Methods

GetExecuteAction()

Gets the execute action.

Declaration

cs-api-definition
public override Action GetExecuteAction()

Returns

Action

Overrides DelegateCommandWrapper.GetExecuteAction()