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

In This Topic
    RepeatButtons Property (InputNumberTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputNumber.RepeatButtons. Sets a value that determines whether the spinner buttons should act as repeat buttons, firing repeatedly as the button remains pressed.
    Syntax
    'Declaration
     
    Public Property RepeatButtons As Boolean
    public bool RepeatButtons {get; set;}
    See Also