ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveCurrentToNext Method

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

    Return Value

    true if the resulting CurrentItem is an item within the view; otherwise, false.
    See Also