ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / PageSize Property

In This Topic
    PageSize Property (ClientCollectionView)
    In This Topic
    Gets or sets the number of items to display on a page.
    Syntax
    'Declaration
     
    
    Public Property PageSize As System.Integer
    public System.int PageSize {get; set;}
    See Also