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

In This Topic
    Step Property (InputTimeTagHelper)
    In This Topic
    Gets or sets the Step property.
    Syntax
    'Declaration
     
    Public Property Step As Double
    public double Step {get; set;}
    Remarks
    Gets or sets the number of minutes between entries in the drop-down list.
    See Also