Skip to main content

GridControl.IsAsyncOperationInProgress Property

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

public bool IsAsyncOperationInProgress { get; }

#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