ComponentOne DataGrid for WPF and Silverlight
MoveToPage Method

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : MoveToPage Method
The index of the page to move to.
Moves to the page at the specified index.
Syntax
'Declaration
 
Public Overridable Function MoveToPage( _
   ByVal pageIndex As System.Integer _
) As System.Boolean
public virtual System.bool MoveToPage( 
   System.int pageIndex
)

Parameters

pageIndex
The index of the page to move to.

Return Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members