Back to Devexpress

NavigationFrame.IsInitialized Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationframe-0e7f548b.md

latest1.3 KB
Original Source

NavigationFrame.IsInitialized Property

Gets whether or not this NavigationFrame is initialized.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this NavigationFrame is initialized; otherwise, false.

|

See Also

NavigationFrame Class

NavigationFrame Members

DevExpress.XtraBars.Navigation Namespace