Skip to main content
A newer version of this page is available. .

AsyncCommand<T>.CancelCommand Property

Gets the command that creates a request to cancel the asynchronous command execution.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public DelegateCommand CancelCommand { get; }

Property Value

Type Description
DelegateCommand

The command that cancels the command execution.

See Also