Sets the specified item to be the CurrentItem in the view.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool MoveCurrentTo(
	Object item
)
Visual Basic
Public Function MoveCurrentTo ( _
	item As Object _
) As Boolean

Parameters

item
Type: System..::..Object
The item to set as the CurrentItem.

Return Value

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

Implements

ICollectionView..::..MoveCurrentTo(Object)

See Also