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

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