Skip to main content

SchedulerControl.RemoveTimeRegion(TimeRegionItem) Method

Removes the specified time region from the TimeRegionItems collection.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool RemoveTimeRegion(
    TimeRegionItem region
)

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