Back to Devexpress

DayView.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayview-7e1b19ae.md

latest4.0 KB
Original Source

DayView.AppointmentDisplayOptions Property

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public DayViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property AppointmentDisplayOptions As DayViewAppointmentDisplayOptionsEx

Property Value

TypeDescription
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 ElementOption
Appointment start timeAppointmentDisplayOptions.StartTimeVisibility
Appointment end timeAppointmentDisplayOptions.EndTimeVisibility
Symbols or digits to display the appointment start and end timeAppointmentDisplayOptions.TimeDisplayType
Recurrence iconAppointmentDisplayOptions.ShowRecurrence
Reminder iconAppointmentDisplayOptions.ShowReminder
Expand appointment to snap to a time cellAppointmentDisplayOptions.SnapToCellsMode
The height of appointments oriented horizontally (all-day appointments)AppointmentDisplayOptions.AppointmentAutoHeight, AppointmentDisplayOptions.AppointmentHeight
Appointment statusAppointmentDisplayOptions.StatusDisplayType, DayViewAppointmentDisplayOptionsEx.ShowAllDayAppointmentStatusVertically

See Also

Day View

Work Week View

Full Week View

DayView Class

DayView Members

DevExpress.XtraScheduler Namespace