ComponentOne DataGrid for WPF and Silverlight
MoveCurrentToPrevious Method

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : MoveCurrentToPrevious Method
Sets the item before the System.ComponentModel.ICollectionView.CurrentItem in the view to the System.ComponentModel.ICollectionView.CurrentItem.
Syntax
'Declaration
 
Public Overridable Function MoveCurrentToPrevious() As System.Boolean
public virtual System.bool MoveCurrentToPrevious()

Return Value

true if the resulting System.ComponentModel.ICollectionView.CurrentItem is an item in the view; otherwise, false.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members