ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputNumber Class / Max Property

In This Topic
    Max Property (InputNumber)
    In This Topic
    Gets or sets the largest number that the user can enter.
    Syntax
    'Declaration
     
    
    <JsonAttribute(2)>
    Public Property Max As Nullable(Of Double)
    [Json(2)]
    public Nullable<double> Max {get; set;}
    See Also