Share via


ICollectionView.MoveCurrentToFirst Method

Definition

Sets the first item in the view as the CurrentItem.

public:
 bool MoveCurrentToFirst();
bool MoveCurrentToFirst();
public bool MoveCurrentToFirst();
function moveCurrentToFirst()
Public Function MoveCurrentToFirst () As Boolean

Returns

Boolean

bool

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

Applies to