Skip to main content

Bar.IsLoading Property

Indicates that the Bar Manager is being loaded.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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