TcxCustomCurrencyEditProperties.UseThousandSeparator Property
In This Article
Specifies if the editor displays thousand separators in a value.
#Declaration
Delphi
property UseThousandSeparator: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
Use the UseThousandSeparator
property to True
to enable thousand separators in the currency editor.
#Default Value
The UseThousandSeparator
property’s default value is False
.
See Also