Data for Silverlight
MoveCurrentToPrevious Method

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

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