Skip to main content
A newer version of this page is available. .
All docs
V20.2

DataSource.ReloadTimeRegions(Object[]) Method

Reloads the specified time regions from the data source.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void ReloadTimeRegions(
    object[] ids
)

Parameters

Name Type Description
ids Object[]

A list of time region identifiers.

Remarks

Use the ReloadTimeRegions method to manually update time regions that have been changed in the data source. Use the event’s FetchDataEventArgs.Ids property to obtain the identifiers.

See Also