ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / MoveCurrentToLast Method

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

    Return Value

    true if the resulting System.ComponentModel.ICollectionView.CurrentItem is an item in the view; otherwise, false.
    See Also