Skip to main content

TemplateOptions.CurrencySymbol Property

Specifies the selected currency symbol.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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
See Also