Back to Devexpress

ColumnView.IsAsyncInProgress Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-a2fd7ead.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
public virtual bool IsAsyncInProgress { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsAsyncInProgress As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

AsyncCompleted

Large Data Sources: Server and Instant Feedback Modes

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace