Table of Contents

Method MoveCurrentTo

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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 object

Move CurrentItem to this item.

Returns

bool

true if CurrentItem points to an item within the view.