Back to Devexpress

NavigationFrame.IsInitializing Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationframe-cb2320ab.md

latest1.7 KB
Original Source

NavigationFrame.IsInitializing Property

Gets whether or not this NavigationFrame is being initialized.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if this NavigationFrame is being initialized; otherwise, false.

|

Remarks

You can also use the NavigationFrame.IsInitialized property to get whether or not this NavigationFrame is completely initialized.

See Also

IsInitialized

NavigationFrame Class

NavigationFrame Members

DevExpress.XtraBars.Navigation Namespace