DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / MoveCurrentToLast Method

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