Skip to main content
A newer version of this page is available. .

IThreadSafeAccessible.IsAsyncInProgress Property

Gets whether an asynchronous operation is currently being performed.

Namespace: DevExpress.XtraPivotGrid

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

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