[]
Gets or sets the group separator of the field. This is a dependency property.
public char GroupSeparator { get; set; }
Public Property GroupSeparator As Char
Type | Description |
---|---|
char | A char value indicates the group separator. |
Type | Condition |
---|---|
ArgumentException | The assigned value is a number or an invalid char. |