BaseContentContainer.IsLoaded Property
Gets if the current Content Container is loaded.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
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