FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / 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 System.Integer
    public System.int DecimalPlaces {get; set;}
    See Also