ICollectionView.MoveCurrentToLast Method

Definition

Sets the last item in the view as the CurrentItem.

public:
 bool MoveCurrentToLast();
public bool MoveCurrentToLast ();
abstract member MoveCurrentToLast : unit -> bool
Public Function MoveCurrentToLast () As Boolean

Returns

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

Applies to

See also