SchedulerControl.RemoveTimeRegions(IEnumerable<TimeRegionItem>) Method
Removes the specified time regions from the TimeRegionItems collection.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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