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

DayView.AppointmentDisplayOptions Property

Provides access to the appointment display options for the Day View and its descendants.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public DayViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }

Property Value

Type Description
DayViewAppointmentDisplayOptionsEx

A DayViewAppointmentDisplayOptionsEx object containing settings to display the appointments in the Day View, Work Week View, Full Week View.

Remarks

Use the AppointmentDisplayOptions property to set the options, which define how appointments should be displayed. The following table is a quick reference for the most frequently used options.

Visual Element Option
Appointment start time AppointmentDisplayOptions.StartTimeVisibility
Appointment end time AppointmentDisplayOptions.EndTimeVisibility
Symbols or digits to display the appointment start and end time AppointmentDisplayOptions.TimeDisplayType
Recurrence icon AppointmentDisplayOptions.ShowRecurrence
Reminder icon AppointmentDisplayOptions.ShowReminder
Expand appointment to snap to a time cell AppointmentDisplayOptions.SnapToCellsMode
The height of appointments oriented horizontally (all-day appointments) AppointmentDisplayOptions.AppointmentAutoHeight, AppointmentDisplayOptions.AppointmentHeight
Appointment status AppointmentDisplayOptions.StatusDisplayType, DayViewAppointmentDisplayOptionsEx.ShowAllDayAppointmentStatusVertically
See Also