VirtualSourceBase.RefreshRows() Method
Clears all rows and loads them from scratch.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
Call the RefreshRows method to reload all rows. Users can press F5 to do the same:

To update individual rows, use the InfiniteAsyncSource.ReloadRows / PagedAsyncSource.ReloadRows method.
See Also