ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / MoveToPage Method
The index of the page to move to.

In This Topic
    MoveToPage Method (BaseCollectionView)
    In This Topic
    Moves to the page at the specified index.
    Syntax
    'Declaration
     
    
    Public Overridable Function MoveToPage( _
       ByVal pageIndex As Integer _
    ) As Boolean
    public virtual bool MoveToPage( 
       int pageIndex
    )

    Parameters

    pageIndex
    The index of the page to move to.

    Return Value

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