[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.MoveCurrentTo

MoveCurrentTo Method

MoveCurrentTo(object)

Sets the specified item to be the ICollectionView.CurrentItem in the view.

Declaration
public bool MoveCurrentTo(object item)
Parameters
Type Name Description
object item

The item to set as the ICollectionView.CurrentItem.

Returns
Type Description
bool
Implements