windowsforms-devexpress-dot-xtrascheduler-dot-dayview-7e1b19ae.md
Provides access to the appointment display options for the Day View and its descendants.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public DayViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property AppointmentDisplayOptions As DayViewAppointmentDisplayOptionsEx
| Type | Description |
|---|---|
| DayViewAppointmentDisplayOptionsEx |
A DayViewAppointmentDisplayOptionsEx object containing settings to display the appointments in the Day View, Work Week View, Full Week View.
|
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