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

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

    Return Value

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