Sets the first page as the current page.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool MoveToPage(
	int pageIndex
)
Visual Basic
Public Function MoveToPage ( _
	pageIndex As Integer _
) As Boolean

Parameters

pageIndex
Type: System..::..Int32
The index of the page to move to.

Return Value

True if the operation was successful; otherwise, False.

See Also