Back to Devexpress

LayoutControl.IsInitialized Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-76ce329a.md

latest1.4 KB
Original Source

LayoutControl.IsInitialized Property

Indicates whether the LayoutControl has been initialized.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.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 LayoutControl has been initialized; otherwise, false.

|

Remarks

The IsInitialized property is set to true by the LayoutControl.EndInit and LayoutControl.EndUpdate methods.

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace