ComponentOne Basic Library for UWP
MoveCurrentToFirst Method (C1CollectionView)

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

Return Value

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

Reference

C1CollectionView Class
C1CollectionView Members