DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / MoveCurrentToNext Method

In This Topic
    MoveCurrentToNext Method (C1CollectionView)
    In This Topic
    Sets the item after the CurrentItem in the view as the CurrentItem.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToNext() As Boolean
    public bool MoveCurrentToNext()
    See Also