WidgetView.SuspendLayout() Method
Freezes the current WidgetView layout.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The SuspendLayout method is used to lock the current layout before you modify it in code. This prevents the layout from reflecting intermediate changes. When all required modifications are made, call the WidgetView.ResumeLayout method to unlock the WidgetView.
See Also