DXCollectionView.RefreshData() Method
In This Article
Updates the collection view’s data.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
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