Skip to main content
A newer version of this page is available. .

VirtualSourceBase.RefreshRows() Method

Clears all rows and loads them from scratch.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void RefreshRows()

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