SchedulerDataStorage.RefreshData(RefreshDataKind) Method
Reloads scheduler items of the specified kind from the data source.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public void RefreshData(
RefreshDataKind kind
)
Parameters
| Name | Type | Description |
|---|---|---|
| kind | RefreshDataKind | The value that specifies the kind of items that should be reloaded. |
See Also