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

DockManager.IsInitialized Property

Indicates whether the dock manager has been initialized.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also