[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.MoveCurrentToFirst

MoveCurrentToFirst Method

MoveCurrentToFirst()

Sets the first item in the view as the CurrentItem.

Declaration
public bool MoveCurrentToFirst()
Returns
Type Description
bool

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

Implements