Back to Devexpress

TimeRegionItem Class

wpf-devexpress-dot-xpf-dot-scheduling-f205ee6d.md

latest2.4 KB
Original Source

TimeRegionItem Class

A time region in the Scheduler.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class TimeRegionItem :
    SchedulerItemBase
vb
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

xml
<dxsch:SchedulerControl.TimeRegionItems>
    <dxsch:TimeRegionItem BrushName="{x:Static dxsch:DefaultBrushNames.TimeRegion3Hatch}"
                          Start="1/1/2019 13:00:00"

Inheritance

Object DevExpress.Xpf.Scheduling.Internal.NotifyPropertyChangedBase SourceObjectContainer SchedulerItemBase TimeRegionItem

See Also

TimeRegionItem Members

DevExpress.Xpf.Scheduling Namespace