ComponentOne Data Source for Entity Framework
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 System.Integer
    public System.int PageCount {get;}
    Remarks
    When PageSize is 0, the PageIndex will also be 0.
    See Also