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

In This Topic
    RepeatButtons Property (InputNumber)
    In This Topic
    Gets or 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