Data for Silverlight
MoveCurrentToLast Method

C1.Silverlight.Data Namespace > DataView Class : MoveCurrentToLast Method
Sets the last item in the view as the System.Windows.Data.PagedCollectionView.CurrentItem.
Syntax
'Declaration
 
Public Overridable Function MoveCurrentToLast() As Boolean
public virtual bool MoveCurrentToLast()

Return Value

True if the resulting System.Windows.Data.PagedCollectionView.CurrentItem is an item in the view; otherwise, false.
See Also

Reference

DataView Class
DataView Members