Data for Silverlight
MoveCurrentToNext Method

C1.Silverlight.Data Namespace > DataView Class : MoveCurrentToNext Method
Set the item after the System.Windows.Data.PagedCollectionView.CurrentItem in the view as the System.Windows.Data.PagedCollectionView.CurrentItem.
Syntax
'Declaration
 
Public Overridable Function MoveCurrentToNext() As Boolean
public virtual bool MoveCurrentToNext()

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