[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.MoveCurrentToNext

MoveCurrentToNext Method

MoveCurrentToNext()

Sets the item after the CurrentItem in the view as the CurrentItem.

Declaration
public bool MoveCurrentToNext()
Returns
Type Description
bool

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

Implements