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
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 |
|
See Also