[]
        
(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()
Public Function MoveCurrentToFirst() As Boolean
Returns
Type Description
bool

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

Implements