UICommand(Object, Object, ICommand) Constructor
Initializes a new instance of the UICommand class with specified settings.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| id | Object |
| caption | Object |
| command | ICommand |
See Also