Back to Devexpress

GridBand.IsLoading Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-9ecb59f9.md

latest1.4 KB
Original Source

GridBand.IsLoading Property

Indicates whether the View that owns the band is currently being initialized.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true if the View is being initialized; otherwise, false.

|

See Also

GridBand Class

GridBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace