'DeclarationPublic Overrides Function MoveCurrentToNext() As Boolean
'UsageDim 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.