Back to Devexpress

DockManager.IsDeserializing Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-eb47432b.md

latest1.4 KB
Original Source

DockManager.IsDeserializing Property

Indicates whether the docking layout is being loaded.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

IsInitialized

Load

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace