Skip to main content

IThreadSafeAccessible.IsAsyncInProgress Property

Gets whether an asynchronous operation is currently being performed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

bool IsAsyncInProgress { get; }

Property Value

Type Description
Boolean

true if an asynchronous operation is currently being performed; otherwise, false.

Remarks

To learn more about asynchronous operations, see Asynchronous Mode.

See Also