ComponentOne DataGrid for WPF and Silverlight
DeferRefresh Method

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : DeferRefresh Method
Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
Syntax
'Declaration
 
Public Overridable Function DeferRefresh() As System.IDisposable
public virtual System.IDisposable DeferRefresh()

Return Value

The typical usage is to create a using scope with an implementation of this method and then include multiple view-changing calls within the scope. The implementation should delay automatic refresh until after the using scope exits.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members