ComponentOne ASP.NET MVC Controls
Min Property (InputNumber)

C1.Web.Mvc Namespace > InputNumber Class : Min Property
Gets or sets the smallest number that the user can enter.
Syntax
'Declaration
 
<JsonAttribute(2)>
Public Property Min As Nullable(Of Double)
[Json(2)]
public Nullable<double> Min {get; set;}
See Also

Reference

InputNumber Class
InputNumber Members