Skip to main content
A newer version of this page is available.
All docs
V18.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.v18.2.dll

Declaration

bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

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

See Also