Back to Devexpress

SchedulerControl.RemoveTimeRegions(IEnumerable<TimeRegionItem>) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-removetimeregions-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xpf-dot-scheduling-dot-timeregionitem-x29.md

latest1.8 KB
Original Source

SchedulerControl.RemoveTimeRegions(IEnumerable<TimeRegionItem>) Method

Removes the specified time regions from the TimeRegionItems collection.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool RemoveTimeRegions(
    IEnumerable<TimeRegionItem> timeRegions
)
vb
Public Function RemoveTimeRegions(
    timeRegions As IEnumerable(Of TimeRegionItem)
) As Boolean

Parameters

NameTypeDescription
timeRegionsIEnumerable<TimeRegionItem>

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

|

Returns

TypeDescription
Boolean

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

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace