TcxCustomCurrencyEditProperties.UseThousandSeparator Property
Specifies if the editor displays thousand separators in a value.
Declaration
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