wpf-devexpress-dot-xpf-dot-scheduling-b8b5b0c2.md
A view that displays the entire week.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public class WeekView :
DayViewBase,
ISupportDateNavigatorOperations
Public Class WeekView
Inherits DayViewBase
Implements ISupportDateNavigatorOperations
The following members return WeekView objects:
To learn more, see Week View.
The following code snippets (auto-collected from DevExpress Examples) contain references to the WeekView 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-specify-custom-work-time-intervals/CS/CustomWorkTimeExample/MainWindow.xaml#L38
</dxsch:SchedulerControl.ResourceItems>
<dxsch:WeekView x:Name="weekView1"
ResourcesPerPage="4"
ShowWorkTimeOnly="True" />
<dxsch:WeekView
x:Name="weekView"
wpf-scheduler-create-recurrent-appointments-in-code/CS/RecurrenceExamples/MainWindow.xaml#L18
<dxsch:MonthView x:Name="monthView1"/>
<dxsch:WeekView x:Name="weekView1"/>
</dxsch:SchedulerControl>
wpf-scheduler-customize-appointment-appearance/CS/CustomizeAppointmentExample/MainWindow.xaml#L97
<!--endregion #ApplyAppointmentContentTemplate-->
<dxsch:WeekView />
<dxsch:MonthView />
wpf-scheduler-filter-time-regions/CS/DXSample/MainWindow.xaml#L75
<dxsch:DayView />
<dxsch:WeekView />
<dxsch:MonthView />
Show 11 items
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Scheduling.Internal.SchedulerFrameworkComponent ViewBase SchedulerViewBase DayViewBase WeekView
See Also