[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberSignDisplayField.NegativePattern

NegativePattern Property

NegativePattern

Gets or sets the negative pattern of NumberSignDisplayField. This is a dependency property.

Declaration
public string NegativePattern { get; set; }
Public Property NegativePattern As String
Property Value
Type Description
string

A string value indicates the negative pattern. The default value is "-".

Exceptions
Type Condition
ArgumentException

The assigned value is a string that contains invalid char like '\r'.