Skip to main content
.NET 6.0+

XPServerCollectionSource.Reload() Method

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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