C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / MoveCurrentToPrevious Method

In This Topic
MoveCurrentToPrevious Method (C1CollectionView)
In This Topic
Sets the item before the CurrentItem in the view as the CurrentItem.
Syntax
'Declaration
 
Public Function MoveCurrentToPrevious() As System.Boolean
 

Return Value

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