ComponentOne Data Source for Entity Framework
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 System.Boolean
    public System.bool MoveToPreviousPage()

    Return Value

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