DXCollectionView.EndUpdate() Method
Unlocks the DXCollectionView after the BeginUpdate method call and forces an immediate visual update.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public void EndUpdate()
See Also