DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveToNextPage Method

In This Topic
    MoveToNextPage Method
    In This Topic
    Moves to the page after the current page.
    Syntax
    'Declaration
     
    Public Function MoveToNextPage() As Boolean
    public bool MoveToNextPage()

    Return Value

    true if the operation was successful; otherwise, false.
    See Also