Back to Devexpress

LayoutControl.BeginInit() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-29d2da87.md

latest1.3 KB
Original Source

LayoutControl.BeginInit() Method

Starts 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 BeginInit()
vb
Public Overridable Sub BeginInit

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

EndInit()

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace