Class PropertyGridDelegateCommandWrapper
Represents a concrete implementation of DelegateCommandWrapper for the scope of RadPropertyGrid.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PropertyGridDelegateCommandWrapper : DelegateCommandWrapper
Constructors
PropertyGridDelegateCommandWrapper(Action, Int32, RadPropertyGrid)
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
Declaration
public PropertyGridDelegateCommandWrapper(Action action, int delay, RadPropertyGrid propertyGrid)
Parameters
System.Action
action
The action. |
System.Int32
delay
The delay. |
RadPropertyGrid
propertyGrid
The property grid. |
PropertyGridDelegateCommandWrapper(Action, RadPropertyGrid)
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
Declaration
public PropertyGridDelegateCommandWrapper(Action action, RadPropertyGrid propertyGrid)
Parameters
System.Action
action
The action. |
RadPropertyGrid
propertyGrid
The property grid. |
PropertyGridDelegateCommandWrapper(ICommand, Int32, RadPropertyGrid)
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
Declaration
public PropertyGridDelegateCommandWrapper(ICommand command, int delay, RadPropertyGrid propertyGrid)
Parameters
System.Windows.Input.ICommand
command
The command. |
System.Int32
delay
The delay. |
RadPropertyGrid
propertyGrid
The property grid. |
PropertyGridDelegateCommandWrapper(ICommand, RadPropertyGrid)
Initializes a new instance of the PropertyGridDelegateCommandWrapper class.
Declaration
public PropertyGridDelegateCommandWrapper(ICommand command, RadPropertyGrid propertyGrid)
Parameters
System.Windows.Input.ICommand
command
The command. |
RadPropertyGrid
propertyGrid
The property grid. |