Skip to main content

GridBand.IsLoading Property

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

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool IsLoading { get; }

Property Value

Type Description
Boolean

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

See Also