ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputNumberTagHelper Class / Min Property

In This Topic
    Min Property (InputNumberTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputNumber.Min. Sets the smallest number that the user can enter.
    Syntax
    'Declaration
     
    Public Property Min As Nullable(Of Double)
    public Nullable<double> Min {get; set;}
    See Also