Back to Devexpress

BaseContentContainer.IsLoaded Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-351e2486.md

latest1.8 KB
Original Source

BaseContentContainer.IsLoaded Property

Gets if the current Content Container is loaded.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsLoaded { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsLoaded As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

Content Containers

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace