TcxCustomCurrencyEditProperties.UseThousandSeparator Property
Determines whether a user may type thousands separators while entering a currency value.
Declaration
property UseThousandSeparator: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to make the editor accept and display thousands separators that a user enters with a currency value. Otherwise, thousands separators are not allowed and not displayed.
The default value of the UseThousandSeparator property is False.
See Also