Back to Devexpress

LayoutControl.EndInit() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-3ef0a5a6.md

latest1.2 KB
Original Source

LayoutControl.EndInit() Method

Ends the layout control’s runtime initialization.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void EndInit()
vb
Public Overridable Sub

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

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace