SchedulerMonthViewAppointmentDisplayOptions Class
Provides options which define how appointments should be displayed when the currently active view is the Month (Multi-Week) View.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
public class SchedulerMonthViewAppointmentDisplayOptions :
SchedulerAppointmentDisplayOptions
#Returned By
The MonthView.AppointmentDisplayOptions property returns an instance of SchedulerMonthViewAppointmentDisplayOptions.
#Remarks
Use the SchedulerMonthViewAppointmentDisplayOptions class members to specify how appointments should be displayed in the Month View. The SchedulerMonthViewAppointmentDisplayOptions object is returned by the MonthView.AppointmentDisplayOptions property of the MonthView object.
#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.