DeferRefresh Method (C1CollectionView)
In This Topic
Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
Syntax
'Declaration
Public Function DeferRefresh() As System.IDisposable
public System.IDisposable DeferRefresh()
See Also