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

SpecifyReportTemplateOptionsPage.CurrencySymbols Property

Specifies available currency symbols.

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

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

Declaration

public virtual ICollection CurrencySymbols { get; set; }

Property Value

Type Description
ICollection

A collection of currency symbols.

See Also