Back to Devexpress

BarManager.IsLoading Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-aac89d6a.md

latest1.2 KB
Original Source

BarManager.IsLoading Property

Gets or sets a value indicating whether the BarManager is being loaded.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override bool IsLoading { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

true if the BarManager is being loaded; otherwise false.

|

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace