Skip to main content
All docs
V23.2

DataSource.ReloadAppointments(Object[]) Method

Reloads the specified appointments from the data source.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void ReloadAppointments(
    object[] ids
)

Parameters

Name Type Description
ids Object[]

A list of appointment identifiers.

Remarks

Use the ReloadAppointments method to manually update appointments that have been changed in the data source. Use the event’s FetchDataEventArgs.Ids property to obtain the identifiers of the items that need to be updated in the Scheduler.

See Also