Sets the last item in the view as the CurrentItem.

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

Syntax

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

Return Value

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

Implements

ICollectionView..::..MoveCurrentToLast()()()()

See Also