Back to Devexpress

BaseView.IsLoaded Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-d70cec11.md

latest1.2 KB
Original Source

BaseView.IsLoaded Property

Gets whether the current object has been loaded.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the current object has been loaded; otherwise, false.

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace