windowsforms-devexpress-dot-xtrascheduler-fe5aac87.md
Extends the DayViewAppointmentDisplayOptions class to provide WinForms-specific options.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class DayViewAppointmentDisplayOptionsEx :
DayViewAppointmentDisplayOptions
Public Class DayViewAppointmentDisplayOptionsEx
Inherits DayViewAppointmentDisplayOptions
The following members return DayViewAppointmentDisplayOptionsEx objects:
The DayViewAppointmentDisplayOptionsEx class instance is accessible using the DayView.AppointmentDisplayOptions property. The DayViewAppointmentDisplayOptionsEx extends the base class with the DayViewAppointmentDisplayOptionsEx.ShowAllDayAppointmentStatusVertically property.
Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions AppointmentDisplayOptions DayViewAppointmentDisplayOptions DayViewAppointmentDisplayOptionsEx
See Also