LayoutControl.BeginInit() Method
Starts the layout control’s runtime initialization.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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