ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / MoveToPreviousPage Method

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

    Return Value

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