Skip to main content

BaseContentContainer.IsLoaded Property

Gets if the current Content Container is loaded.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if the current Content Container is loaded; otherwise, false.

See Also