Skip to main content

WidgetView.SuspendLayout() Method

Freezes the current WidgetView layout.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SuspendLayout()

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