WeekViewAppointmentDisplayOptionsEx Class
In This Article
Extends the WeekViewAppointmentDisplayOptions class to provide WinForms-specific options.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class WeekViewAppointmentDisplayOptionsEx :
WeekViewAppointmentDisplayOptions
#Related API Members
The following members return WeekViewAppointmentDisplayOptionsEx objects:
#Remarks
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.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
SchedulerNotificationOptions
AppointmentDisplayOptions
WeekViewAppointmentDisplayOptions
WeekViewAppointmentDisplayOptionsEx
See Also