SchedulerControl.MonthView Property
Provides access to an object that defines the settings of the scheduler's Month View.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Month |
A Month |
#Remarks
Use the MonthView property to customize the settings of the Month View.
The Month View enables end-users to schedule and display appointments by weeks. In this mode, multiple weeks can be displayed within the scheduling area simultaneously. Use the MonthView.WeekCount property to specify how many weeks should be displayed.
NOTE
To make the Scheduler
#Examples
This example demonstrates how to customize the Month View within the SchedulerControl. To do this, it is necessary to modify the MonthView object accessed via the SchedulerControl.MonthView property.