ComponentOne DataGrid for WPF and Silverlight
MoveCurrentToNext Method

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : MoveCurrentToNext Method
Sets the item after the System.ComponentModel.ICollectionView.CurrentItem in the view as the System.ComponentModel.ICollectionView.CurrentItem.
Syntax
'Declaration
 
Public Overridable Function MoveCurrentToNext() As System.Boolean
public virtual System.bool MoveCurrentToNext()

Return Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members