Skip to main content
A newer version of this page is available. .

GridBand.IsLoading Property

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

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also