Skip to main content

DockManager.IsInitialized Property

Indicates whether the dock manager has been initialized.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if the dock manager has been initialized; otherwise, false.

See Also