Skip to main content
A newer version of this page is available. .

SchedulerControl.TimeRegions Property

A collection of time regions (the TimeRegion class objects).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[DXCategory("Behavior")]
[Browsable(false)]
public IList<TimeRegion> TimeRegions { get; }

Property Value

Type Description
IList<TimeRegion>

An IList object that stores time regions.

Remarks

A time region is an area with unique user restrictions. A region limits the appointments that can be placed inside this time interval and/or users that can add these appointments.

Time Regions

See the TimeRegion class for more information.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TimeRegions property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also