Click or drag to resize
NumericTextBoxSettingGroupSizes Property
Gets or sets the number of digits in each group to the left of the decimal in values.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int GroupSizes { get; set; }

Property Value

Type: Int32
The number of digits in each group to the left of the decimal in values.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe property is being set to null.
See Also