[]
Gets or sets the group separator of NumberIntegerPartDisplayField. This is a dependency property.
public char GroupSeparator { get; set; }
Public Property GroupSeparator As Char
Type | Description |
---|---|
char | The char that separates groups of digits to the left of the decimal in numeric values. The default for Invariant Info is ",". |
The initial value of this property is derived from the settings in Regional and Language Options (or Regional Options or Regional Settings) in Control Panel.
Type | Condition |
---|---|
ArgumentException | The assigned value is a string contains invalid char. |