Skip to main content
All docs
V25.1
  • XtraLayoutPanelBase.ResumeLayout() Method

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

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v25.1.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