Skip to main content

SpecifyReportTemplateOptionsPage.CurrencyFormats Property

Specifies available currency formats.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual ICollection CurrencyFormats { get; set; }

Property Value

Type Description
ICollection

A collection of currency formats.

See Also