Back to Devexpress

DockManager.SerializationInProgress Property

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

latest1.2 KB
Original Source

DockManager.SerializationInProgress Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool SerializationInProgress { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property SerializationInProgress As Boolean

Property Value

Type
Boolean

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace