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

In This Topic
    PageIndex Property (ODataVirtualCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseCollectionViewService<T>.PageIndex. Sets the page index.
    Syntax
    'Declaration
     
    Public Overridable Property PageIndex As Integer
    public virtual int PageIndex {get; set;}
    See Also