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

In This Topic
    Format Property (RibbonNumericBox)
    In This Topic
    Gets or sets the format of the Value displayed in the RibbonNumericBox.
    Syntax
    'Declaration
     
    Public Property Format As System.String
    public System.string Format {get; set;}
    See Also