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

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