ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / PageCount Property

In This Topic
    PageCount Property
    In This Topic
    Gets the total number of pages needed to display the items in the C1GridView component.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property PageCount As System.Integer
    public virtual System.int PageCount {get;}
    See Also