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

In This Topic
    NumberFormat Property (RibbonNumericBox)
    In This Topic
    Gets the System.Globalization.NumberFormatInfo that is used for data formatting.
    Syntax
    'Declaration
     
    Public ReadOnly Property NumberFormat As System.Globalization.NumberFormatInfo
    public System.Globalization.NumberFormatInfo NumberFormat {get;}
    See Also