Back to Devexpress

WeekView Class

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

latest4.2 KB
Original Source

WeekView Class

A view that displays the entire week.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

The following members return WeekView objects:

Remarks

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

xml
</dxsch:SchedulerControl.ResourceItems>
<dxsch:WeekView x:Name="weekView1"
                ResourcesPerPage="4"

wpf-scheduler-specify-custom-edit-and-recurrence-dialogs/CS/CustomMvvmFormWithRecurrenceExample/MainWindow.xaml#L32

xml
ShowWorkTimeOnly="True" />
<dxsch:WeekView
    x:Name="weekView"

wpf-scheduler-create-recurrent-appointments-in-code/CS/RecurrenceExamples/MainWindow.xaml#L18

xml
<dxsch:MonthView x:Name="monthView1"/>
    <dxsch:WeekView x:Name="weekView1"/>
</dxsch:SchedulerControl>

wpf-scheduler-customize-appointment-appearance/CS/CustomizeAppointmentExample/MainWindow.xaml#L97

xml
<!--endregion #ApplyAppointmentContentTemplate-->
        <dxsch:WeekView />
        <dxsch:MonthView />

wpf-scheduler-filter-time-regions/CS/DXSample/MainWindow.xaml#L75

xml
<dxsch:DayView />
<dxsch:WeekView />
<dxsch:MonthView />

Inheritance

Show 11 items

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

See Also

WeekView Members

DevExpress.Xpf.Scheduling Namespace