Skip to main content

WindowControlOptions.SyncBounds Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(true)]
public bool SyncBounds { get; set; }

Property Value

Type Default Description
Boolean true

A Boolean value.

Property Paths

You can access this nested property as listed below:

Object Type Path to SyncBounds
PrintableComponentContainer
.WindowControlOptions .SyncBounds
See Also