DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / PageCount Property

In This Topic
    PageCount Property (ClientCollectionView)
    In This Topic
    Gets the count of the pages in this view.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As Integer
    public int PageCount {get;}
    Remarks
    When PageSize is 0, the PageIndex will also be 0.
    See Also