ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputNumber Class / MinValue Property

In This Topic
    MinValue Property (C1InputNumber)
    In This Topic
    Determines the minimal value that can be entered for the number input.
    Syntax
    'Declaration
     
    Public Property MinValue As System.Double
    public System.double MinValue {get; set;}
    See Also