Class PropertyGridDelegateCommandWrapper
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridDelegateCommandWrapper : DelegateCommandWrapper
Constructors
PropertyGridDelegateCommandWrapper(Action, Int32, RadPropertyGrid)
Declaration
public PropertyGridDelegateCommandWrapper(Action action, int delay, RadPropertyGrid propertyGrid)
Parameters
|
System.Action
action
|
|
System.Int32
delay
|
|
RadPropertyGrid
propertyGrid
|
PropertyGridDelegateCommandWrapper(Action, RadPropertyGrid)
Declaration
public PropertyGridDelegateCommandWrapper(Action action, RadPropertyGrid propertyGrid)
Parameters
|
System.Action
action
|
|
RadPropertyGrid
propertyGrid
|
PropertyGridDelegateCommandWrapper(ICommand, Int32, RadPropertyGrid)
Declaration
public PropertyGridDelegateCommandWrapper(ICommand command, int delay, RadPropertyGrid propertyGrid)
Parameters
|
System.Windows.Input.ICommand
command
|
|
System.Int32
delay
|
|
RadPropertyGrid
propertyGrid
|
PropertyGridDelegateCommandWrapper(ICommand, RadPropertyGrid)
Declaration
public PropertyGridDelegateCommandWrapper(ICommand command, RadPropertyGrid propertyGrid)
Parameters
|
System.Windows.Input.ICommand
command
|
|
RadPropertyGrid
propertyGrid
|
Methods
GetExecuteAction()
Declaration
public override Action GetExecuteAction()
Returns
|
System.Action
|