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

Bar.IsLoading Property

Indicates that the Bar Manager is being loaded.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

true, if the Bar Manager is being loaded; otherwise, false.

See Also