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






item
The item to set as the System.Windows.Data.PagedCollectionView.CurrentItem.
Sets the specified item to be the System.Windows.Data.PagedCollectionView.CurrentItem in the view.

Syntax

Visual Basic (Declaration) 
Public Function MoveCurrentTo( _
   ByVal item As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim item As Object
Dim value As Boolean
 
value = instance.MoveCurrentTo(item)
C# 
public bool MoveCurrentTo( 
   object item
)
Delphi 
public function MoveCurrentTo( 
    item: TObject
): Boolean; 
JScript 
public function MoveCurrentTo( 
   item : Object
) : boolean;
Managed Extensions for C++ 
public: bool MoveCurrentTo( 
   Object* item
) 
C++/CLI 
public:
bool MoveCurrentTo( 
   Object^ item
) 

Parameters

item
The item to set as the System.Windows.Data.PagedCollectionView.CurrentItem.

Return Value

true if the resulting System.Windows.Data.PagedCollectionView.CurrentItem is an item in the view; 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.