ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / MoveCurrentTo Method
The item to set as the current item.

In This Topic
    MoveCurrentTo Method (BaseCollectionView)
    In This Topic
    Sets the specified item in the view as the System.ComponentModel.ICollectionView.CurrentItem.
    Syntax
    'Declaration
     
    
    Public Overridable Function MoveCurrentTo( _
       ByVal item As Object _
    ) As Boolean
    public virtual bool MoveCurrentTo( 
       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