Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DayView.AppointmentDisplayOptions Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#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