Back to Devexpress

BaseComponent.IsInitializing Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-base-dot-basecomponent-1e6a6fd3.md

latest1.6 KB
Original Source

BaseComponent.IsInitializing Property

Returns whether or not the BaseComponent object is currently being initialized.

Namespace : DevExpress.XtraBars.Docking2010.Base

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the BaseComponent object is currently being initialized; otherwise, false.

|

Remarks

To check whether or not the initialization is complete, read the BaseComponent.IsInitialized property value.

See Also

BaseComponent Class

BaseComponent Members

DevExpress.XtraBars.Docking2010.Base Namespace