C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / MoveCurrentTo Method
The item to set as the CurrentItem.

In This Topic
MoveCurrentTo Method (C1CollectionView)
In This Topic
Sets the specified item to be the CurrentItem in the view.
Syntax
'Declaration
 
Public Function MoveCurrentTo( _
   ByVal item As System.Object _
) As System.Boolean
 

Parameters

item
The item to set as the CurrentItem.

Return Value

True if the specified item became the CurrentItem; otherwise, false.
See Also