'Declaration Public Overrides Sub Refresh()
'Usage Dim instance As DataGridCollectionViewBase instance.Refresh()
public override void Refresh()
Return Value
When Refresh is called, the view will be cleared and reconstructed from the items in the underlying source. If the items were provided directly through the Items collection, they will not be touched nor will the view be cleared.
Once the view has been refreshed, any sorting, grouping, or filtering criteria that were applied to the view will be re-applied.