XPServerCollectionSource.Reload() Method
Forces the bound data-aware control to reload data from the data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
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