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






Sets the last page as the current page.

Syntax

Visual Basic (Declaration) 
Public Function MoveToLastPage() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As Boolean
 
value = instance.MoveToLastPage()
C# 
public bool MoveToLastPage()
Delphi 
public function MoveToLastPage(): Boolean; 
JScript 
public function MoveToLastPage() : boolean;
Managed Extensions for C++ 
public: bool MoveToLastPage(); 
C++/CLI 
public:
bool MoveToLastPage(); 

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.