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