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

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