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

TemplateOptions.CurrencySymbol Property

Specifies the selected currency symbol.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public string CurrencySymbol { get; set; }

Property Value

Type Description
String

A string that specifies the currency symbol.

Property Paths

You can access this nested property as listed below:

Object Type Path to CurrencySymbol
ReportModel
.TemplateOptions.CurrencySymbol
TemplateInfo
.TemplateOptions.CurrencySymbol
XtraReportModel
.TemplateOptions.CurrencySymbol
See Also