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

In This Topic
    MoveCurrentToPrevious Method (BaseCollectionView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function MoveCurrentToPrevious() As Boolean
    public virtual bool MoveCurrentToPrevious()

    Return Value

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