[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.MoveCurrentToLast

MoveCurrentToLast Method

MoveCurrentToLast()

Sets the last item in the view as the CurrentItem.

Declaration
public bool MoveCurrentToLast()
Public Function MoveCurrentToLast() As Boolean
Returns
Type Description
bool

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

Implements