SchedulerDataStorage.ReloadAppointments(Object[]) Method
In This Article
Reloads all appointments that were changed in the data source outside the Scheduler.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public void ReloadAppointments(
object[] ids
)
#Parameters
Name | Type | Description |
---|---|---|
ids | System. |
The list of appointment Ids. |
See Also