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

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