Skip to main content
All docs
V19.2

IChooseReportLayoutPageView.AdjustFieldWidth Property

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

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.2.dll

Declaration

bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

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

See Also