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

ConfigureReportPageSettingsPage.DisplayFormat Property

Specifies the formatting applied to the display text of editors on the Specify Report Page Settings wizard page.

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

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

Declaration

public virtual string DisplayFormat { get; set; }

Property Value

Type Description
String

A string that specifies the format string of the editors’ display text.

See Also