DayViewAppointmentDisplayOptionsEx Class
In This Article
Extends the DayViewAppointmentDisplayOptions class to provide WinForms-specific options.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class DayViewAppointmentDisplayOptionsEx :
DayViewAppointmentDisplayOptions
#Related API Members
The following members return DayViewAppointmentDisplayOptionsEx objects:
#Remarks
The DayViewAppointmentDisplayOptionsEx class instance is accessible using the DayView.AppointmentDisplayOptions property. The DayViewAppointmentDisplayOptionsEx extends the base class with the DayViewAppointmentDisplayOptionsEx.ShowAllDayAppointmentStatusVertically property.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
SchedulerNotificationOptions
AppointmentDisplayOptions
DayViewAppointmentDisplayOptions
DayViewAppointmentDisplayOptionsEx
See Also