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

BaseContentContainer.IsLoaded Property

Gets if the current Content Container is loaded.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also