Skip to main content

IChooseReportLayoutPageView.AdjustFieldWidth Property

If implemented, specifies the state of the Adjust the field width check box.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

true, to activate the check box; otherwise, false.

See Also