wpf-devexpress-dot-xpf-dot-scheduling-f205ee6d.md
A time region in the Scheduler.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public class TimeRegionItem :
SchedulerItemBase
Public Class TimeRegionItem
Inherits SchedulerItemBase
The following members return TimeRegionItem objects:
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TimeRegionItem class.
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.
wpf-scheduler-filter-time-regions/CS/DXSample/MainWindow.xaml#L43
<dxsch:SchedulerControl.TimeRegionItems>
<dxsch:TimeRegionItem BrushName="{x:Static dxsch:DefaultBrushNames.TimeRegion3Hatch}"
Start="1/1/2019 13:00:00"
Object DevExpress.Xpf.Scheduling.Internal.NotifyPropertyChangedBase SourceObjectContainer SchedulerItemBase TimeRegionItem
See Also