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