Skip to main content
A newer version of this page is available. .

Month View

  • 2 minutes to read

This document introduces the SchedulerControl‘s Month view.

The Month view displays appointments scheduled for a month. To show the view, set the SchedulerControl.ActiveViewIndex property to the necessary view index in the SchedulerControl.Views collection, which stores all views defined in the scheduler.

Note

The SchedulerControl has all views with the default settings enabled out-of-the-box. If you declare any view in XAML or create views using the SchedulerControl’s smart tag, only defined views becomes available. You can specify any number of views with the same type and different settings.

WPFScheduler_MonthView

The Month view is the MonthView class in the Scheduler API. It inherits the ViewBase class.

The following properties affect the view’s appearance and functionality:

Property Description
MonthView.WeekCount Gets or sets the number of weeks that are simultaneously displayed in the Month View. This is a dependency property.
SchedulerControl.GroupType Gets or sets the type of grouping applied to the Scheduler. This is a dependency property.
SchedulerViewBase.ShowDayHeaders Gets or sets whether to display day headers. This is a dependency property.
SchedulerViewBase.ShowResourceHeaders Gets or sets whether to display resource headers. This is a dependency property.
SchedulerViewBase.ResourcesPerPage Gets or sets the maximum number of simultaneously displayed resources. This is a dependency property.
SchedulerViewBase.ShowResourceNavigator Gets or sets whether to display the resource navigator. This is a dependency property.
SchedulerViewBase.NavigationButtonsVisibility Gets or sets whether to display navigation buttons. This is a dependency property.
SchedulerViewBase.MoreButtonsVisibility
MonthView.StretchAppointments Gets or sets a value indicating whether appointments in the Month View should be stretched to fill the time cells. This is a dependency property.