Skip to main content

DxSchedulerDataStorage.RefreshData() Method

Reloads all scheduler items from the data source.

Namespace: DevExpress.Blazor

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

See Also