Skip to main content
A newer version of this page is available. .

LayoutControl.IsInitialized Property

Indicates whether the LayoutControl has been initialized.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
public bool IsInitialized { get; }

Property Value

Type Description
Boolean

true if the LayoutControl has been initialized; otherwise, false.

Remarks

The IsInitialized property is initialized by the in the LayoutControl.EndInit and LayoutControl.EndUpdate methods.

Note

If you create layout in code, use the LayoutControl.BeginUpdate/LayoutControl.EndUpdate methods to determine whether the initialization has finished.

See Also