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