Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonNumericBox Class / CurrencySymbol Property

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