IAsyncCommand.CancelCommand Property
In This Article
Gets the command that creates a request to cancel the asynchronous command execution.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | The command that cancels the command execution. |
See Also