DataSource for Entity Framework in WPF
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 Integer
    public int PageSize {get; set;}
    See Also