DataGridCollectionViewDeferRefresh Method

Enter a Defer Cycle. Defer cycles are used to coalesce changes to the ICollectionView.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public IDisposable DeferRefresh()

Return Value

IDisposable
IDisposable used to notify that we no longer need to defer, when we dispose

Implements

IDataGridCollectionViewDeferRefresh

See Also