ComponentOne DataGrid for WPF and Silverlight
MoveCurrentTo Method

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : MoveCurrentTo Method
The item to set as the current item.
Sets the specified item in the view as the System.ComponentModel.ICollectionView.CurrentItem.
Syntax
'Declaration
 
Public Overridable Function MoveCurrentTo( _
   ByVal item As System.Object _
) As System.Boolean
public virtual System.bool MoveCurrentTo( 
   System.object item
)

Parameters

item
The item to set as the current item.

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