Back to Devexpress

SchedulerViewBase.TimeRegionVisibility Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulerviewbase-996e55b6.md

latest2.0 KB
Original Source

SchedulerViewBase.TimeRegionVisibility Property

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimeRegionVisibility TimeRegionVisibility { get; set; }
vb
Public Property TimeRegionVisibility As TimeRegionVisibility

Property Value

Type
DevExpress.Xpf.Scheduling.TimeRegionVisibility

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TimeRegionVisibility 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.

wpf-scheduler-highlight-time-intervals/CS/SchedulerCellTemplate/MainWindow.xaml#L29

xml
x:Name="dayView" ResourcesPerPage="2" TimeIndicatorVisibility="Never" TimeMarkerVisibility="Never"
TimeRegionVisibility="{DXBinding Expr='HighlightLunchHours? $dxsch:TimeRegionVisibility.Always : $dxsch:TimeRegionVisibility.Never'}"
SnapToCellsMode="Never" DayCount="5" TimeScale="00:30:00" />

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Xpf.Scheduling Namespace