SchedulerControl.RemoveTimeRegions(IEnumerable<TimeRegionItem>) Method
In This Article
Removes the specified time regions from the TimeRegionItems collection.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public bool RemoveTimeRegions(
IEnumerable<TimeRegionItem> timeRegions
)
#Parameters
Name | Type | Description |
---|---|---|
time |
IEnumerable<Time |
A collection of DevExpress. |
#Returns
Type | Description |
---|---|
Boolean | true, if the time regions have been removed from the Time |
See Also