vcl-cxcurrencyedit-dot-tcxcustomcurrencyedit-b9b427df.md
Provides access to currency editor settings.
property Properties: TcxCustomCurrencyEditProperties read; write;
| Type | Description |
|---|---|
| TcxCustomCurrencyEditProperties |
Stores currency editor settings.
|
You can use the Properties property to access and customize currency editor settings if the RepositoryItem property is unspecified. If an currency editor repository item is assigned to the RepositoryItem property, all settings accessible through the Properties property have no effect on the currency editor.
Note
You can use the ActiveProperties property to identify settings that currently affect the currency editor.
You can use the Properties.UseThousandSeparator property to display thousand separators in displayed values. Properties.DisplayFormat and Properties.DecimalPlaces properties allow you to specify a formatting pattern for a displayed value and change the number of decimal places.
Refer to the TcxCustomCurrencyEditProperties class description for detailed information on all available options.
See Also
TcxCustomCurrencyEdit.ActiveProperties Property