Skip to main content
A newer version of this page is available. .

XRControl.PerformLayout() Method

Forces the control to apply layout logic to itself and all its child controls.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public virtual void PerformLayout()

Remarks

This method is intended for internal use only.

See Also