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

DockManager.IsDeserializing Property

Indicates whether the docking layout is being loaded.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true if the docking layout is being loaded; otherwise, false.

Remarks

After the docking layout has been loaded, the DockManager.Load event is raised.

See Also