Sets the first item in the view as the CurrentItem.

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

Syntax

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

Return Value

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

Implements

ICollectionView..::..MoveCurrentToFirst()()()()

See Also