Data for Silverlight
MoveCurrentToFirst Method

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

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