Back to Devexpress

DataSource.ReloadAppointments(Object[]) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-datasource-dot-reloadappointments-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

DataSource.ReloadAppointments(Object[]) Method

Reloads the specified appointments from the data source.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public void ReloadAppointments(
    object[] ids
)
vb
Public Sub ReloadAppointments(
    ids As Object()
)

Parameters

NameTypeDescription
idsObject[]

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

DataSource Class

DataSource Members

DevExpress.Xpf.Scheduling Namespace