ClassPropertyGridDelegateCommandWrapper
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:
public class PropertyGridDelegateCommandWrapper : DelegateCommandWrapper
Inheritance: objectDelegateCommandWrapperPropertyGridDelegateCommandWrapper
Inherited Members
Constructors
PropertyGridDelegateCommandWrapper(Action, RadPropertyGrid)
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
Declaration
public PropertyGridDelegateCommandWrapper(Action action, RadPropertyGrid propertyGrid)
Parameters
action
The action.
propertyGrid
The property grid.
PropertyGridDelegateCommandWrapper(Action, int, RadPropertyGrid)
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
Declaration
public PropertyGridDelegateCommandWrapper(Action action, int delay, RadPropertyGrid propertyGrid)
Parameters
action
The action.
delay
The delay.
propertyGrid
The property grid.
PropertyGridDelegateCommandWrapper(ICommand, RadPropertyGrid)
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
Declaration
public PropertyGridDelegateCommandWrapper(ICommand command, RadPropertyGrid propertyGrid)
Parameters
command
The command.
propertyGrid
The property grid.
PropertyGridDelegateCommandWrapper(ICommand, int, RadPropertyGrid)
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
Declaration
public PropertyGridDelegateCommandWrapper(ICommand command, int delay, RadPropertyGrid propertyGrid)
Parameters
command
The command.
delay
The delay.
propertyGrid
The property grid.