IThreadSafeAccessible.IsAsyncInProgress Property
In This Article
Gets whether an asynchronous operation is currently being performed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#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