Skip to main content
A newer version of this page is available. .

AppointmentDependencyDataStorage.ReloadData() Method

Forces the storage to reload data from the DataSource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override void ReloadData()

Remarks

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

See Also