Sets the last item in the view as the CurrentItem.

Namespace:  C1.Data.DataSource
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.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.

See Also