Intersoft ClientUI Documentation
MoveCurrentTo Method



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
Public Function MoveCurrentTo( _
   ByVal item As Object _
) As Boolean
Dim instance As PagedCollectionView
Dim item As Object
Dim value As Boolean
 
value = instance.MoveCurrentTo(item)
public bool MoveCurrentTo( 
   object item
)
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 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