Back to Devexpress

BaseComponent.IsInitialized Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-base-dot-basecomponent-37c72f51.md

latest1.4 KB
Original Source

BaseComponent.IsInitialized Property

Indicates whether or not the BaseComponent object has been fully initialized.

Namespace : DevExpress.XtraBars.Docking2010.Base

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 BaseComponent object has been fully initialized; otherwise, false.

|

See Also

BaseComponent Class

BaseComponent Members

DevExpress.XtraBars.Docking2010.Base Namespace