[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.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 to set the CurrentItem to.

Returns
Type Description
bool

true if the resulting CurrentItem is an item within the view; otherwise, false.

Implements