Back to Devexpress

AppointmentDataStorage.ReloadData() Method

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentdatastorage-0ef01d06.md

latest1.3 KB
Original Source

AppointmentDataStorage.ReloadData() Method

Forces the storage to reload data from the DataSource.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public override void ReloadData()
vb
Public Overrides Sub ReloadData

Remarks

You can enable the AppointmentDataStorage.AutoReload option to update the AppointmentDataStorage automatically when the source’s data changes.

See Also

AppointmentDataStorage Class

AppointmentDataStorage Members

DevExpress.XtraScheduler Namespace