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