Class
CurrencyFormatCategoryManager

Manages currency format information, mapping cultures to currency codes and providing currency display options for format dialogs.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public static class CurrencyFormatCategoryManager

Inheritance: objectCurrencyFormatCategoryManager

Properties

CultureInfoToCurrencyCode

Gets the dictionary mapping each culture to its Excel-style currency code format string (e.g., "[$€-407]" for German).

Declaration

cs-api-definition
public static Dictionary<CultureInfo, string> CultureInfoToCurrencyCode { get; }

Property Value

Dictionary<CultureInfo, string>

The culture info to currency code.

CurrencyInfos

Gets the collection of available currency options including "None", the current culture's symbol, and all registered culture-specific currency symbols.

Declaration

cs-api-definition
public static IEnumerable<CurrencyInfo> CurrencyInfos { get; }

Property Value

IEnumerable<CurrencyInfo>

The currency infos.