DockManager.IsDeserializing Property
Indicates whether the docking layout is being loaded.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
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