ICollectionView.MoveCurrentToNext Method

Definition

Sets the item after the CurrentItem in the view as the CurrentItem.

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

Returns

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

Applies to

See also