ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputNumber Class / Step Property

In This Topic
    Step Property (InputNumber)
    In This Topic
    Gets or sets the amount to add or subtract to the Value property when the user clicks the spinner buttons.
    Syntax
    'Declaration
     
    Public Property Step As Double
    public double Step {get; set;}
    See Also