LayoutControl.IsInitialized Property
Indicates whether the LayoutControl has been initialized.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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