Back to Devexpress

DayViewAppointmentDisplayOptionsEx Class

windowsforms-devexpress-dot-xtrascheduler-fe5aac87.md

latest2.3 KB
Original Source

DayViewAppointmentDisplayOptionsEx Class

Extends the DayViewAppointmentDisplayOptions class to provide WinForms-specific options.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class DayViewAppointmentDisplayOptionsEx :
    DayViewAppointmentDisplayOptions
vb
Public Class DayViewAppointmentDisplayOptionsEx
    Inherits DayViewAppointmentDisplayOptions

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

DayViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace