Skip to main content
A newer version of this page is available. .

NavigationFrame.IsInitialized Property

Gets whether or not this NavigationFrame is initialized.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool IsInitialized { get; }

Property Value

Type Description
Boolean

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

See Also