Skip to main content
.NET 8.0+

XPServerCollectionSource.Reload() Method

In This Article

Forces the bound data-aware control to reload data from the data store.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public void Reload()

#Remarks

If users can add or delete records, it is possible to refresh data displayed in the data-aware control using the Reload method.

Note

The Reload method does not guarantee reloading objects that are already loaded from the database (even if they are modified).

See Also