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

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

    Return Value

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