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

ChooseReportLayoutPage.AdjustFieldWidth Property

Specifies the state of the Adjust the field width check box.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public virtual bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

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

See Also