Intersoft ClientUI Documentation
MoveToPage Method
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : MoveToPage Method






pageIndex
The index of the page to move to.
Moves to the page at the specified index.

Syntax

Visual Basic (Declaration) 
Public Function MoveToPage( _
   ByVal pageIndex As Integer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim pageIndex As Integer
Dim value As Boolean
 
value = instance.MoveToPage(pageIndex)
C# 
public bool MoveToPage( 
   int pageIndex
)
Delphi 
public function MoveToPage( 
    pageIndex: Integer
): Boolean; 
JScript 
public function MoveToPage( 
   pageIndex : int
) : boolean;
Managed Extensions for C++ 
public: bool MoveToPage( 
   int pageIndex
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.