wpf-devexpress-dot-xpf-dot-scheduling-c1964d13.md
A view that displays a detailed picture of events across one or more days.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public class DayView :
DayViewBase,
ISupportDateNavigatorOperations
Public Class DayView
Inherits DayViewBase
Implements ISupportDateNavigatorOperations
The following members return DayView objects:
To learn more, see Day View.
The following code snippets (auto-collected from DevExpress Examples) contain references to the DayView 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.
GroupType="Resource">
<dxsch:DayView ResourcesPerPage="3" ShowAllDayArea="False" />
<!--region #PrintButton-->
wpf-scheduler-highlight-time-intervals/CS/SchedulerCellTemplate/MainWindow.xaml#L27
<dxsch:SchedulerControl x:Name="scheduler" GroupType="Resource" Start="{Binding Start, Mode=TwoWay}" AllowAppointmentConflicts="True">
<dxsch:DayView
x:Name="dayView" ResourcesPerPage="2" TimeIndicatorVisibility="Never" TimeMarkerVisibility="Never"
</dxsch:SchedulerControl.DataSource>
<dxsch:DayView
x:Name="dayView1"
GroupType="Resource">
<dxsch:DayView
x:Name="dayView1"
wpf-scheduler-apply-end-user-restrictions/CS/WpfApplication1/MainWindow.xaml#L22
<!--endregion #main-->
<dxsch:DayView x:Name="dayView1" ResourcesPerPage="2" ShowWorkTimeOnly="True"/>
<dxsch:SchedulerControl.DataSource>
Show 11 items
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Scheduling.Internal.SchedulerFrameworkComponent ViewBase SchedulerViewBase DayViewBase DayView
See Also