wpf-devexpress-dot-xpf-dot-scheduling-cceea646.md
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
public class MonthView :
SchedulerViewBase,
ISupportDateNavigatorOperations
Public Class MonthView
Inherits SchedulerViewBase
Implements ISupportDateNavigatorOperations
The following members return MonthView objects:
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.
ShowWorkTimeOnly="True" />
<dxsch:MonthView/>
<!--region #WindowTypes-->
wpf-scheduler-create-recurrent-appointments-in-code/CS/RecurrenceExamples/MainWindow.xaml#L17
<dxsch:SchedulerControl x:Name="scheduler" ActiveViewIndex="0">
<dxsch:MonthView x:Name="monthView1"/>
<dxsch:WeekView x:Name="weekView1"/>
<dxsch:DayView ResourcesPerPage="3" ShowWorkTimeOnly="True" SnapToCellsMode="Never" />
<dxsch:MonthView />
</dxsch:SchedulerControl>
wpf-scheduler-customize-appointment-appearance/CS/CustomizeAppointmentExample/MainWindow.xaml#L98
<dxsch:WeekView />
<dxsch:MonthView />
</dxsch:SchedulerControl>
wpf-scheduler-filter-time-regions/CS/DXSample/MainWindow.xaml#L76
<dxsch:WeekView />
<dxsch:MonthView />
</dxsch:SchedulerControl>
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Scheduling.Internal.SchedulerFrameworkComponent ViewBase SchedulerViewBase MonthView
See Also