[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.MoveCurrentToPrevious

MoveCurrentToPrevious Method

MoveCurrentToPrevious()

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

Declaration
public bool MoveCurrentToPrevious()
Returns
Type Description
bool

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

Implements