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

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

    Return Value

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