NumericTextBoxSettingGroupSeparator Property |
Gets or sets the string that separates groups of digits 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 string GroupSeparator { get; set; }
Public Property GroupSeparator As String
Get
Set
public:
property String^ GroupSeparator {
String^ get ();
void set (String^ value);
}
member GroupSeparator : string with get, set
Property Value
Type:
String
The string that separates groups of digits to the left of the decimal in
values.
Exceptions Exception | Condition |
---|
ArgumentNullException | The property is being set to null. |
See Also