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