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
Constructors
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
C#
public PropertyGridDelegateCommandWrapper(Action action, int delay, RadPropertyGrid propertyGrid)
The action.
delayintThe delay.
propertyGridRadPropertyGridThe property grid.
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
C#
public PropertyGridDelegateCommandWrapper(Action action, RadPropertyGrid propertyGrid)
The action.
propertyGridRadPropertyGridThe property grid.
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
C#
public PropertyGridDelegateCommandWrapper(ICommand command, int delay, RadPropertyGrid propertyGrid)
The command.
delayintThe delay.
propertyGridRadPropertyGridThe property grid.
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
C#
public PropertyGridDelegateCommandWrapper(ICommand command, RadPropertyGrid propertyGrid)
The command.
propertyGridRadPropertyGridThe property grid.