DayView.AppointmentDisplayOptions Property
In This Article
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 |
---|---|
Day |
A Day |
#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 | Appointment |
Appointment end time | Appointment |
Symbols or digits to display the appointment start and end time | Appointment |
Recurrence icon | Appointment |
Reminder icon | Appointment |
Expand appointment to snap to a time cell | Appointment |
The height of appointments oriented horizontally (all-day appointments) | Appointment |
Appointment status | Appointment |
See Also