ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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