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

IChooseReportLayoutPageView.AdjustFieldWidth Property

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

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

See Also