Skip to main content

XtraLayoutPanelBase.ResumeLayout() Method

Unlocks the panel that was previously frozen by the SuspendLayout() method.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void ResumeLayout()

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.

See Also