[]
Gets or sets the negative pattern of the NumberSignDisplayField.
[TypeConverter(typeof(NumberFormatNegativePatternConverter))]
public string NegativePattern { get; set; }
<TypeConverter(GetType(NumberFormatNegativePatternConverter))>
Public Property NegativePattern As String
| Type | Description |
|---|---|
| string | A string value indicates the negative pattern. |
The property retrieves the pattern when the value is negative.