The TcxCurrencyEditProperties
object is a helper object that contains specific properties of a TcxCurrencyEdit
component. To obtain the TcxCurrencyEditProperties
object in your scripts, use the TcxCurrencyEdit.Properties
property.
To set a range of values accepted by the component, use the MinValue
and MaxValue
properties. The DisplayFormat
and EditFormat
properties let you adjust the format where the component displays its value. To specify whether the component should accept the thousand separator character when the user inputs a value, use the UseThousandSeparator
property.