UICommand.Command Property
Gets or sets the command to invoke when the dialog button is clicked.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| ICommand | A command to invoke when the dialog button is clicked. |
See Also