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

In This Topic
    PageIndex Property (ODataCollectionViewServiceTagHelper)
    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