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

In This Topic
    PageSize Property
    In This Topic
    Number of rows to place on a single page.
    Syntax
    'Declaration
     
    Public Overridable Property PageSize As System.Integer
    public virtual System.int PageSize {get; set;}
    See Also