[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberMoneyPatternDisplayField.DecimalSeparator

DecimalSeparator Property

DecimalSeparator

Gets or sets the decimal separator of NumberMoneyPatternDisplayField. This is a dependency property.

Declaration
public char DecimalSeparator { get; set; }
Public Property DecimalSeparator As Char
Property Value
Type Description
char

A char value indicates the decimal point.

Exceptions
Type Condition
ArgumentException

The assigned value is a number or an invalid char.