Back to Devexpress

DockManager.IsInitialized Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-7ff4e567.md

latest1.2 KB
Original Source

DockManager.IsInitialized Property

Indicates whether the dock manager has been initialized.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the dock manager has been initialized; otherwise, false.

|

See Also

IsDeserializing

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace