Indicates whether the thousands group separator will be inserted between every three decimal digits (number of digits in thousands group depends on the selected Culture).

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[C1CategoryAttribute("Category.Value")]
[JsonAttribute(true, true, false)]
[BindableAttribute(false)]
public bool ThousandsSeparator { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<C1CategoryAttribute("Category.Value")> _
<JsonAttribute(True, True, False)> _
<BindableAttribute(False)> _
Public Property ThousandsSeparator As Boolean
	Get
	Set

See Also