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