ICollectionView.MoveCurrentToFirst Method

Definition

Sets the first item in the view as the CurrentItem.

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

Returns

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

Applies to

See also