Intersoft ClientUI Documentation
MoveToPage Method



The index of the page to move to.
Moves to the page at the specified index.
Syntax
Public Function MoveToPage( _
   ByVal pageIndex As Integer _
) As Boolean
Dim instance As PagedCollectionView
Dim pageIndex As Integer
Dim value As Boolean
 
value = instance.MoveToPage(pageIndex)
public bool MoveToPage( 
   int pageIndex
)
public:
bool MoveToPage( 
   int pageIndex
) 

Parameters

pageIndex
The index of the page to move to.

Return Value

true if the operation was successful; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback