ColumnView.IsAsyncInProgress Property
Gets whether async data loading is in progress. This property is in effect in Instant Feedback Mode.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if async data loading is in progress; otherwise, false. |
See Also