ComponentOne ASP.NET MVC Controls
Max Property (InputNumber)

C1.Web.Mvc Namespace > InputNumber Class : Max Property
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

Reference

InputNumber Class
InputNumber Members