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

In This Topic
    PageIndex Property (ClientCollectionView)
    In This Topic
    Gets the zero-based index of the current page.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageIndex As Integer
    public int PageIndex {get;}
    See Also