This topic has not yet been rated - Rate this topic

PagedCollectionView.Refresh Method

Silverlight

Re-creates the view.

Namespace:  System.Windows.Data
Assembly:  System.Windows.Data (in System.Windows.Data.dll)
public void Refresh()

Implements

ICollectionView.Refresh()
ExceptionCondition
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.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.