Skip to main content

TcxCustomCalcEditProperties.UseThousandSeparator Property

Specifies if a focused editor displays thousands separators.

Declaration

property UseThousandSeparator: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to make the editor display thousands separators when it’s focused. Otherwise, thousands separators are not displayed.

The default value of the UseThousandSeparator property is False.

See Also