XtraLayoutPanelBase.ResumeLayout() Method
Unlocks the panel that was previously frozen by the SuspendLayout() method.
Namespace: DevExpress.Utils.Layout
Assembly: DevExpress.Utils.v24.2.dll
Declaration
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