Back to Devexpress

DataSource.ReloadTimeRegions(Object[]) Method

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

latest1.3 KB
Original Source

DataSource.ReloadTimeRegions(Object[]) Method

Reloads the specified time regions from the data source.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Parameters

NameTypeDescription
idsObject[]

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

DataSource Class

DataSource Members

DevExpress.Xpf.Scheduling Namespace