ICollectionView.MoveCurrentToLast Method

Definition

Sets the last item in the view as the CurrentItem.

public:
 bool MoveCurrentToLast();
bool MoveCurrentToLast();
public bool MoveCurrentToLast();
function moveCurrentToLast()
Public Function MoveCurrentToLast () As Boolean

Returns

Boolean

bool

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

Applies to