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.2.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 set to true by the LayoutControl.EndInit and LayoutControl.EndUpdate methods.

See Also