InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputNumericBox Class / Value Property

In This Topic
    Value Property (InputNumericBox)
    In This Topic
    Gets or sets the current System.Decimal value in the component.
    Syntax
    'Declaration
     
    Public Property Value As Decimal
    public decimal Value {get; set;}
    See Also