Data for Silverlight
MoveCurrentTo Method

C1.Silverlight.Data Namespace > DataView Class : 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
'Declaration
 
Public Overridable Function MoveCurrentTo( _
   ByVal item As Object _
) As Boolean
public virtual 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.
See Also

Reference

DataView Class
DataView Members