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

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