Back to Devexpress

XPServerCollectionSource.Reload() Method

xpo-devexpress-dot-xpo-dot-xpservercollectionsource-056971cd.md

latest1.1 KB
Original Source

XPServerCollectionSource.Reload() Method

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public void Reload()
vb
Public Sub 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

XPServerCollectionSource Class

XPServerCollectionSource Members

DevExpress.Xpo Namespace