Skip to main content
All docs
V25.1
  • 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.v25.1.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