Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomCurrencyEdit.Properties Property

Provides access to currency editor settings.

#Declaration

Delphi
property Properties: TcxCustomCurrencyEditProperties read; write;

#Property Value

Type Description
TcxCustomCurrencyEditProperties

Stores currency editor settings.

#Remarks

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.

#Available Options

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