ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveCurrentToFirst Method

In This Topic
    MoveCurrentToFirst Method
    In This Topic
    Sets the first item in the view as the CurrentItem.
    Syntax
    'Declaration
     
    
    Public Function MoveCurrentToFirst() As System.Boolean
    public System.bool MoveCurrentToFirst()

    Return Value

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