Method MoveCurrentTo
MoveCurrentTo(object)
Move CurrentItem to the given item. If the item is not found, move to BeforeFirst.
public virtual bool MoveCurrentTo(object item)
Parameters
item
objectMove CurrentItem to this item.
Returns
- bool
true if CurrentItem points to an item within the view.