Back to Devexpress

MonthView Class

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

latest4.3 KB
Original Source

MonthView Class

A view that enables end-users to schedule and view user events by month (several weeks).

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class MonthView :
    SchedulerViewBase,
    ISupportDateNavigatorOperations
vb
Public Class MonthView
    Inherits SchedulerViewBase
    Implements ISupportDateNavigatorOperations

The following members return MonthView objects:

Remarks

To learn more, see Month View.

The following code snippets (auto-collected from DevExpress Examples) contain references to the MonthView 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-edit-and-recurrence-dialogs/CS/CustomMvvmFormWithRecurrenceExample/MainWindow.xaml#L37

xml
ShowWorkTimeOnly="True" />
<dxsch:MonthView/>
<!--region #WindowTypes-->

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

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

wpf-scheduler-process-appointment-drag-drop-resize-operations/CS/SchedulerDragDropResizeExample/MainWindow.xaml#L84

xml
<dxsch:DayView ResourcesPerPage="3" ShowWorkTimeOnly="True" SnapToCellsMode="Never" />
    <dxsch:MonthView />
</dxsch:SchedulerControl>

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

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

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

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

Inheritance

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

See Also

MonthView Members

DevExpress.Xpf.Scheduling Namespace