DataSource for Entity Framework in WPF
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 Boolean
    public bool MoveCurrentToLast()

    Return Value

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