Back to Devexpress

NavigationPageBase.IsControlLoaded Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase-9a1bd624.md

latest1.2 KB
Original Source

NavigationPageBase.IsControlLoaded Property

Returns whether or not this page is fully loaded.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this page is fully loaded; otherwise, false.

|

See Also

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace