Skip to main content

DXCollectionView.RefreshData() Method

Updates the collection view’s data.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public void RefreshData()

Remarks

Use the RefreshData method if the bound data source does not implement the INotifyCollectionChanged interface. Otherwise, the control automatically updates itself when the data source notifies of data changes.

See Also