Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberMoneyPatternDisplayField Class / GroupSeparator Property


In This Topic
    GroupSeparator Property (NumberMoneyPatternDisplayField)
    In This Topic
    Gets or sets the group separator of the field. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property GroupSeparator As Char
    'Usage
     
    Dim instance As NumberMoneyPatternDisplayField
    Dim value As Char
     
    instance.GroupSeparator = value
     
    value = instance.GroupSeparator
    public char GroupSeparator {get; set;}

    Property Value

    A System.Char value indicates the group separator.
    Exceptions
    ExceptionDescription
    The assigned value is a number or an invalid char.
    See Also