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