Skip to main content
All docs
V19.2

ReportModel.AdjustFieldWidth Property

Specifies whether or not the data fields’ content should affect the width of corresponding report controls.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v19.2.dll

Declaration

public bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

true to adjust the field width; otherwise false.

See Also