[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.MoveCurrentToPosition

MoveCurrentToPosition Method

MoveCurrentToPosition(int)

Sets the item at the specified index to be the CurrentItem in the view.

Declaration
public bool MoveCurrentToPosition(int position)
Parameters
Type Name Description
int position

The index of the item to move to.

Returns
Type Description
bool
Implements