Back to Devexpress

GridControl.IsAsyncOperationInProgress Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-27836b34.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsAsyncOperationInProgress { get; }
vb
Public ReadOnly Property IsAsyncOperationInProgress As Boolean

Property Value

TypeDescription
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

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace