Back to Devexpress

DayView Class

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

latest4.4 KB
Original Source

DayView Class

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

Declaration

csharp
public class DayView :
    DayViewBase,
    ISupportDateNavigatorOperations
vb
Public Class DayView
    Inherits DayViewBase
    Implements ISupportDateNavigatorOperations

The following members return DayView objects:

Remarks

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.

wpf-scheduler-use-scheduler-report-to-print-and-export-appointments/CS/PrintingExample/MainWindow.xaml#L26

xml
GroupType="Resource">
<dxsch:DayView ResourcesPerPage="3" ShowAllDayArea="False" />
<!--region #PrintButton-->

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

xml
<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"

wpf-scheduler-implement-custom-mapping-converter-for-color-values/CS/ColorMappingExample/MainWindow.xaml#L63

xml
</dxsch:SchedulerControl.DataSource>
<dxsch:DayView
    x:Name="dayView1"

wpf-scheduler-obtain-selected-appointment-resource-and-time-interval/CS/DXSchedulerSelection/MainWindow.xaml#L51

xml
GroupType="Resource">
<dxsch:DayView
    x:Name="dayView1"

wpf-scheduler-apply-end-user-restrictions/CS/WpfApplication1/MainWindow.xaml#L22

xml
<!--endregion #main-->
<dxsch:DayView x:Name="dayView1" ResourcesPerPage="2" ShowWorkTimeOnly="True"/>
<dxsch:SchedulerControl.DataSource>

Inheritance

Show 11 items

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Scheduling.Internal.SchedulerFrameworkComponent ViewBase SchedulerViewBase DayViewBase DayView

See Also

DayView Members

DevExpress.Xpf.Scheduling Namespace