Sets the specified item to be the System.Windows.Data.PagedCollectionView.CurrentItem in the view.
Syntax
'Declaration
Public Overridable Function MoveCurrentTo( _
ByVal As Object _
) As Boolean
public virtual bool MoveCurrentTo(
object
)
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