Skip to main content

GridControl.IsAsyncOperationInProgress Property

Gets whether data is being loaded in Instant Feedback UI Mode. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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 UI Mode. After async data loading is complete, the GridControl.AsyncOperationCompleted event is raised.

See Also