Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberMoneyPatternDisplayField Class / DecimalSeparatorProperty Field


In This Topic
    DecimalSeparatorProperty Field (NumberMoneyPatternDisplayField)
    In This Topic
    Identifies the DecimalSeparator dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly DecimalSeparatorProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = NumberMoneyPatternDisplayField.DecimalSeparatorProperty
    public static readonly DependencyProperty DecimalSeparatorProperty

    Field Value

    The identifier for the DecimalSeparator dependency property.
    See Also