DataSource for Entity Framework in WPF
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 Boolean
    public bool MoveCurrentToNext()

    Return Value

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