Sets the item before the CurrentItem in the view as the CurrentItem.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool MoveCurrentToPrevious()
Visual Basic
Public Function MoveCurrentToPrevious As Boolean

Return Value

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

Implements

ICollectionView..::..MoveCurrentToPrevious()()()()

See Also