Skip to main content

LayoutControl.EndInit() Method

Ends the layout control’s runtime initialization.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void EndInit()

Remarks

This method supports the internal infrastructure and is not intended to be used directly in your code.

To prevent excessive visual updates when changing multiple properties, use the LayoutControl.BeginUpdate and LayoutControl.EndUpdate methods.

See Also