ClassPropertyGridDelegateCommandWrapper
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:
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.
Methods
GetExecuteAction()
Gets the execute action.