Skip to main content

AsyncCommand<T>.IsExecuting Property

Gets whether the asynchronous command is executing.

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

Declaration

public bool IsExecuting { get; }

Property Value

Type Description
Boolean

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

Implements

See Also