Data for Silverlight
MoveToPage Method

C1.Silverlight.Data Namespace > DataView 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 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

Reference

DataView Class
DataView Members