ClassDataFormDelegateCommandWrapper
Represents a concrete implementation of DelegateCommandWrapper for the scope of RadDataForm.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.DataForm
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataFormDelegateCommandWrapper : DelegateCommandWrapper
Inheritance: objectDelegateCommandWrapperDataFormDelegateCommandWrapper
Inherited Members
Constructors
DataFormDelegateCommandWrapper(Action, RadDataForm)
Initializes a new instance of the DataFormDelegateCommandWrapper class.
Declaration
public DataFormDelegateCommandWrapper(Action action, RadDataForm dataForm)
Parameters
action
The action.
dataForm
The data form.
DataFormDelegateCommandWrapper(Action, int, RadDataForm)
Initializes a new instance of the DataFormDelegateCommandWrapper class.
Declaration
public DataFormDelegateCommandWrapper(Action action, int delay, RadDataForm dataForm)
Parameters
action
The action.
delay
The delay.
dataForm
The data form.
DataFormDelegateCommandWrapper(ICommand, RadDataForm)
Initializes a new instance of the DataFormDelegateCommandWrapper class.
Declaration
public DataFormDelegateCommandWrapper(ICommand command, RadDataForm dataForm)
Parameters
command
The command.
dataForm
The data form.
DataFormDelegateCommandWrapper(ICommand, int, RadDataForm)
Initializes a new instance of the DataFormDelegateCommandWrapper class.
Declaration
public DataFormDelegateCommandWrapper(ICommand command, int delay, RadDataForm dataForm)
Parameters
command
The command.
delay
The delay.
dataForm
The data form.
Methods
GetExecuteAction()
Gets the execute action.