PagedCollectionView.Refresh Method
Silverlight
Re-creates the view.
Namespace: System.Windows.Data
Assembly: System.Windows.Data (in System.Windows.Data.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | IsAddingNew is true. -or- IsEditingItem is true. |
Any Filter, SortDescriptions, and GroupDescriptions property values will be applied when the view is refreshed.
You do not have to explicitly call Refresh on the view after you set the Filter, SortDescriptions, or GroupDescriptions property; refresh is performed automatically. For information about how to delay automatic refresh, see DeferRefresh.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.