DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveCurrentTo Method
The item to set as the CurrentItem.

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

    Parameters

    item
    The item to set as the CurrentItem.

    Return Value

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