'Declaration Public Overrides Function MoveCurrentToNext() As Boolean
'Usage Dim instance As DataGridCollectionViewBase Dim value As Boolean value = instance.MoveCurrentToNext()
public override bool MoveCurrentToNext()
Return Value
true if the specified item belongs to the view; false otherwise.