windowsforms-devexpress-dot-xtrascheduler-eb6b1d58.md
Extends the MonthViewAppointmentDisplayOptions class to provide WinForms-specific options.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class MonthViewAppointmentDisplayOptionsEx :
MonthViewAppointmentDisplayOptions
Public Class MonthViewAppointmentDisplayOptionsEx
Inherits MonthViewAppointmentDisplayOptions
The following members return MonthViewAppointmentDisplayOptionsEx objects:
The MonthViewAppointmentDisplayOptionsEx class instance is accessible using the MonthView.AppointmentDisplayOptions property. The MonthViewAppointmentDisplayOptionsEx extends the base class with the MonthViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically and MonthViewAppointmentDisplayOptionsEx.StatusDisplayType properties.
Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions AppointmentDisplayOptions WeekViewAppointmentDisplayOptions MonthViewAppointmentDisplayOptions MonthViewAppointmentDisplayOptionsEx YearViewAppointmentDisplayOptionsEx
See Also