DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection 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 Boolean
    public bool MoveCurrentToPrevious()
    See Also