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