ComponentOne DataGrid for WPF and Silverlight
MoveCurrentToFirst Method

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

Return Value

true if the resulting System.ComponentModel.ICollectionView.CurrentItem is an item in the view; otherwise, false.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members