Skip to main content

SchedulerDataStorage.RefreshData(RefreshDataKind) Method

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

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