Skip to main content
All docs
V25.1
  • SchedulerControl.RemoveTimeRegions(IEnumerable<TimeRegionItem>) Method

    Removes the specified time regions from the TimeRegionItems collection.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool RemoveTimeRegions(
        IEnumerable<TimeRegionItem> timeRegions
    )

    Parameters

    Name Type Description
    timeRegions IEnumerable<TimeRegionItem>

    A collection of DevExpress.Xpf.Scheduling.TimeRegionItem objects to be removed from the TimeRegionItems collection.

    Returns

    Type Description
    Boolean

    true, if the time regions have been removed from the TimeRegionItems collection; otherwise, false.

    See Also