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

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