Skip to main content
A newer version of this page is available. .

DayViewAppointmentDisplayOptionsEx Class

Extends the DayViewAppointmentDisplayOptions class to provide WinForms-specific options.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public class DayViewAppointmentDisplayOptionsEx :
    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.

See Also