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

In This Topic
    MoveToLastPage Method
    In This Topic
    Sets the last page as the current page.
    Syntax
    'Declaration
     
    Public Function MoveToLastPage() As Boolean
    public bool MoveToLastPage()

    Return Value

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