DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / MoveCurrentTo Method
The item to set as the ICollectionView.CurrentItem.

In This Topic
    MoveCurrentTo Method (C1CollectionView)
    In This Topic
    Sets the specified item to be the ICollectionView.CurrentItem in the view.
    Syntax
    'Declaration
     
    Public Function MoveCurrentTo( _
       ByVal item As Object _
    ) As Boolean
    public bool MoveCurrentTo( 
       object item
    )

    Parameters

    item
    The item to set as the ICollectionView.CurrentItem.
    See Also