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

WinControlContainer.SyncBounds Property

Gets or sets a Boolean value indicating whether the Windows Forms control should synchronize its bounds with the bounds of the WinControlContainer object it is contained in.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatBehavior)]
[DefaultValue(true)]
public virtual bool SyncBounds { get; set; }

Property Value

Type Default Description
Boolean **true**

true to synchronize the bounds of the Windows Forms control and the WinControlContainer; otherwise, false.

Remarks

Set the SyncBounds property’s value to true if you want the size of the Windows Forms control to match the size of the WinControlContainer object.

See Also