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

In This Topic
    PageSize Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseCollectionViewService<T>.PageSize. Sets the page size. 0 means to disable paging.
    Syntax
    'Declaration
     
    Public Overridable Property PageSize As Integer
    public virtual int PageSize {get; set;}
    See Also