[]
        
(Showing Draft Content)

C1.UWP.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 index)
Parameters
Type Name Description
int index

The index of the item to move to.

Returns
Type Description
bool