LayoutControl.IsInitialized Property
In This Article
Indicates whether the LayoutControl has been initialized.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the Layout |
#Remarks
The IsInitialized property is set to true by the LayoutControl.EndInit and LayoutControl.EndUpdate methods.
See Also