Back to Devexpress

WeekViewAppointmentDisplayOptionsEx Class

windowsforms-devexpress-dot-xtrascheduler-85d8320a.md

latest2.5 KB
Original Source

WeekViewAppointmentDisplayOptionsEx Class

Extends the WeekViewAppointmentDisplayOptions class to provide WinForms-specific options.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class WeekViewAppointmentDisplayOptionsEx :
    WeekViewAppointmentDisplayOptions
vb
Public Class WeekViewAppointmentDisplayOptionsEx
    Inherits WeekViewAppointmentDisplayOptions

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

WeekViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace