Skip to main content
All docs
V25.1
  • ON

    DetailFormViewModelBase.IsAsyncOperationInProgress Property

    Gets whether an asynchronous operation is in progress.

    Namespace: DevExpress.Maui.Core

    Assembly: DevExpress.Maui.Mvvm.dll

    NuGet Package: DevExpress.Maui.Mvvm

    Declaration

    public bool IsAsyncOperationInProgress { get; protected set; }

    Property Value

    Type Description
    Boolean

    true if an asynchronous operation is in progress; otherwise, false.

    See Also