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

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:

C#
public class PropertyGridDelegateCommandWrapper : DelegateCommandWrapper

Inheritance: objectDelegateCommandWrapperPropertyGridDelegateCommandWrapper

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

Constructors

Initializes a new instance of the PropertyGridDelegateCommandWrapper class.

C#
public PropertyGridDelegateCommandWrapper(Action action, int delay, RadPropertyGrid propertyGrid)
Parameters:actionAction

The action.

delayint

The delay.

propertyGridRadPropertyGrid

The property grid.

Initializes a new instance of the PropertyGridDelegateCommandWrapper class.

C#
public PropertyGridDelegateCommandWrapper(Action action, RadPropertyGrid propertyGrid)
Parameters:actionAction

The action.

propertyGridRadPropertyGrid

The property grid.

Initializes a new instance of the PropertyGridDelegateCommandWrapper class.

C#
public PropertyGridDelegateCommandWrapper(ICommand command, int delay, RadPropertyGrid propertyGrid)
Parameters:commandICommand

The command.

delayint

The delay.

propertyGridRadPropertyGrid

The property grid.

Initializes a new instance of the PropertyGridDelegateCommandWrapper class.

C#
public PropertyGridDelegateCommandWrapper(ICommand command, RadPropertyGrid propertyGrid)
Parameters:commandICommand

The command.

propertyGridRadPropertyGrid

The property grid.