Refresh Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : Refresh Method

Recreates the view.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub Refresh() 
C# 
public override void Refresh()

Remarks

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 reapplied. 

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also