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