FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonNumericBox Class / Maximum Property

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