[]
Gets or sets the negative pattern of NumberSignDisplayField. This is a dependency property.
public string NegativePattern { get; set; }
Public Property NegativePattern As String
Type | Description |
---|---|
string | A string value indicates the negative pattern. The default value is "-". |
Type | Condition |
---|---|
ArgumentException | The assigned value is a string that contains invalid char like '\r'. |