Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Decimal
    public decimal Value {get; set;}
    See Also