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

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