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

In This Topic
    ByPage Property (CollectionViewNavigatorTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.CollectionViewNavigator.ByPage. Sets a value that determines whether should navigate items or pages.
    Syntax
    'Declaration
     
    Public Property ByPage As Boolean
    public bool ByPage {get; set;}
    See Also