[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberMoneyPatternDisplayField.GroupSeparator

GroupSeparator Property

GroupSeparator

Gets or sets the group separator of the field. This is a dependency property.

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

A char value indicates the group separator.

Exceptions
Type Condition
ArgumentException

The assigned value is a number or an invalid char.