Skip to main content

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 RefreshDataKind

The value that specifies the kind of items that should be reloaded.

See Also