ComponentOne Basic Library for UWP
MoveCurrentToPrevious Method (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : MoveCurrentToPrevious Method
Sets the item before the CurrentItem in the view as the CurrentItem.
Syntax
'Declaration
 
Public Function MoveCurrentToPrevious() As System.Boolean
public System.bool MoveCurrentToPrevious()

Return Value

True if the previous item became the CurrentItem; otherwise, false.
See Also

Reference

C1CollectionView Class
C1CollectionView Members