Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerControl.RestoreTimeRegions(IEnumerable<TimeRegionItem>) Method

Reverts the specified time regions of the TimeRegionType.ChangedOccurrence or TimeRegionType.DeletedOccurrence type to the TimeRegionType.Occurrence type.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public bool RestoreTimeRegions(
    IEnumerable<TimeRegionItem> timeRegions
)

#Parameters

Name Type Description
timeRegions IEnumerable<TimeRegionItem>

A list of DevExpress.Xpf.Scheduling.TimeRegionItem objects that are changed occurrences to restore.

#Returns

Type Description
Boolean

true, if the time regions have been restored; otherwise, false.

#Remarks

If the collection passed to method’s regions parameter contains time regions of any type other than the TimeRegionType.ChangedOccurrence or TimeRegionType.DeletedOccurrence, an exception is thrown.

See Also