Back to Devexpress

IThreadSafeAccessible.IsAsyncInProgress Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-ithreadsafeaccessible.md

latest1.6 KB
Original Source

IThreadSafeAccessible.IsAsyncInProgress Property

Gets whether an asynchronous operation is currently being performed.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
bool IsAsyncInProgress { get; }
vb
ReadOnly Property IsAsyncInProgress As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

To learn more about asynchronous operations, see Asynchronous Mode.

See Also

IThreadSafeAccessible Interface

IThreadSafeAccessible Members

DevExpress.XtraPivotGrid Namespace