ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonNumericBox Class / CurrencySymbol Property

In This Topic
    CurrencySymbol Property
    In This Topic
    Gets or sets the string to use as the currency symbol.
    Syntax
    'Declaration
     
    Public Property CurrencySymbol As System.String
    public System.string CurrencySymbol {get; set;}
    See Also