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

In This Topic
    PageOnServer Property
    In This Topic
    Configurates C1.Web.Mvc.ODataCollectionViewService<T>.PageOnServer. Sets a value that determines whether paging should be performed on the server or on the client.
    Syntax
    'Declaration
     
    Public Property PageOnServer As Boolean
    public bool PageOnServer {get; set;}
    See Also