Skip to main content

WidgetView.ResumeLayout() Method

Unlocks the WidgetView layout and makes it reflect all previously applied changes.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ResumeLayout()

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