InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputNumericBox Class / DecimalPlaces Property

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