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

WeekViewAppointmentDisplayOptionsEx Class

Extends the WeekViewAppointmentDisplayOptions class to provide WinForms-specific options.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

See Also