DxSchedulerDataStorage.RefreshData() Method
Reloads all scheduler items from the data source.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public void RefreshData()
Remarks
The Blazor Scheduler component calls the RefreshData method each time an appointment is saved or removed, or an appointment occurrence is restored.
If the data storage is changed externally and you need that the Scheduler reloads these changes, you can call the RefreshData method in code.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RefreshData() method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.