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

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

    Return Value

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