Back to Devexpress

MonthViewAppointmentDisplayOptionsEx Class

windowsforms-devexpress-dot-xtrascheduler-eb6b1d58.md

latest2.7 KB
Original Source

MonthViewAppointmentDisplayOptionsEx Class

Extends the MonthViewAppointmentDisplayOptions class to provide WinForms-specific options.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class MonthViewAppointmentDisplayOptionsEx :
    MonthViewAppointmentDisplayOptions
vb
Public Class MonthViewAppointmentDisplayOptionsEx
    Inherits MonthViewAppointmentDisplayOptions

The following members return MonthViewAppointmentDisplayOptionsEx objects:

Remarks

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.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions AppointmentDisplayOptions WeekViewAppointmentDisplayOptions MonthViewAppointmentDisplayOptions MonthViewAppointmentDisplayOptionsEx YearViewAppointmentDisplayOptionsEx

See Also

MonthViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace