ComponentOne Basic Library for UWP
MoveCurrentToLast Method (C1CollectionView)

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

Return Value

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

Reference

C1CollectionView Class
C1CollectionView Members