ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / MoveCurrentToPrevious Method

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

    Return Value

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