WidgetView.ResumeLayout() Method
Unlocks the WidgetView layout and makes it reflect all previously applied changes.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Remarks
You can call the WidgetView.ResumeLayout
method 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 ResumeLayout method to unlock the WidgetView.
See Also