GridControl.IsAsyncOperationInProgress Property
In This Article
Gets whether or not data is being loaded in Instant Feedback Mode. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if data is being loaded; otherwise, false. |
#Remarks
The grid fires the GridControl.AsyncOperationStarted event after data loading has been started in Instant Feedback Mode. After async data loading is complete, the GridControl.AsyncOperationCompleted event is raised.
See Also