Skip to main content

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

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool IsAsyncInProgress { get; }

Property Value

Type Description
Boolean

true if async data loading is in progress; otherwise, false.

See Also