Skip to main content

IAsyncCommand.IsExecuting Property

Gets whether the asynchronous command is executing.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

bool IsExecuting { get; }

#Property Value

Type Description
Boolean

true if the command execution is in progress; otherwise, false.

See Also