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

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