NumericTextBoxSettingGroupSizes Property |
Gets or sets the number of digits in each group to the left of the decimal in
values.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int GroupSizes { get; set; }
Public Property GroupSizes As Integer
Get
Set
public:
property int GroupSizes {
int get ();
void set (int value);
}
member GroupSizes : int with get, set
Property Value
Type:
Int32The number of digits in each group to the left of the decimal in values.
Exceptions Exception | Condition |
---|
ArgumentNullException | The property is being set to null. |
See Also