DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView 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 resulting CurrentItem is an item within the view; otherwise, false.
    See Also