Skip to main content
All docs
V25.1
  • SchedulerControl.RemoveTimeRegion(TimeRegionItem) Method

    Removes the specified time region from the TimeRegionItems collection.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool RemoveTimeRegion(
        TimeRegionItem region
    )

    Parameters

    Name Type Description
    region TimeRegionItem

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

    Returns

    Type Description
    Boolean

    true, if the time region has been removed from the TimeRegionItems collection; otherwise, false.

    See Also