DockManager.IsDeserializing Property
In This Article
Indicates whether the docking layout is being loaded.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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