TcxCustomCurrencyEdit.Properties Property
Provides access to currency editor settings.
#Declaration
property Properties: TcxCustomCurrencyEditProperties read; write;
#Property Value
Type | Description |
---|---|
Tcx |
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 Active
#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.