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

In This Topic
    DecimalPlaces Property (RibbonNumericBox)
    In This Topic
    Gets or sets the number of decimal places to display in the RibbonNumericBox.
    Syntax
    'Declaration
     
    
    Public Property DecimalPlaces As Integer
    public int DecimalPlaces {get; set;}
    See Also