Skip to main content

AsyncCommand<T>.CancelCommand Property

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

public DelegateCommand CancelCommand { get; }

Property Value

Type Description
DelegateCommand

The command that cancels the command execution.

See Also