Skip to main content

XtraLayoutPanelBase.ResumeLayout(Boolean) Method

Resumes the layout behavior for the panel.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void ResumeLayout(
    bool performLayout
)

Parameters

Name Type Description
performLayout Boolean

true, to execute pending layout requests; otherwise, false.

See Also