DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveToPage Method
The index of the page to move to.

In This Topic
    MoveToPage Method
    In This Topic
    Sets the first page as the current page.
    Syntax
    'Declaration
     
    Public Function MoveToPage( _
       ByVal pageIndex As Integer _
    ) As Boolean
    public bool MoveToPage( 
       int pageIndex
    )

    Parameters

    pageIndex
    The index of the page to move to.

    Return Value

    True if the operation was successful; otherwise, False.
    See Also