Skip to main content

ResourceDataStorage.ReloadData() Method

Forces the ResourceDataStorage to reload data from its ResourceDataStorage.DataSource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override void ReloadData()

Remarks

You can enable the ResourceDataStorage.AutoReload property to update the ResourceDataStorage automatically when the source’s data changes.

See Also