ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FileExplorer Namespace / C1FileExplorer Class / PageSize Property

In This Topic
    PageSize Property (C1FileExplorer)
    In This Topic
    When using paging, get or set the number of items loaded per page.
    Syntax
    'Declaration
     
    Public Property PageSize As System.Integer
    public System.int PageSize {get; set;}
    See Also