DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveCurrentToPosition Method
The index to set the System.ComponentModel.ICollectionView.CurrentItem to.

In This Topic
    MoveCurrentToPosition Method
    In This Topic
    Sets the item at the specified index to be the CurrentItem in the view.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToPosition( _
       ByVal position As Integer _
    ) As Boolean
    public bool MoveCurrentToPosition( 
       int position
    )

    Parameters

    position
    The index to set the System.ComponentModel.ICollectionView.CurrentItem to.

    Return Value

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