Skip to main content

SchedulerDayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType Property

Gets or sets a value specifying how the appointment status should be displayed for all-day appointments.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AppointmentStatusDisplayType AllDayAppointmentsStatusDisplayType { get; set; }

#Property Value

Type Description
AppointmentStatusDisplayType

A AppointmentStatusDisplayType enumeration value specifying how to display the appointment status.

#Property Paths

You can access the SchedulerDayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType property from the following objects:

Object Type Path to AllDayAppointmentsStatusDisplayType
DayView
.AppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType
WorkWeekView
.AppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType

#Remarks

Use the AllDayAppointmentsStatusDisplayType property to customize the display mode of the status for all-day appointments which are scheduled for a whole day (with the Appointment.AllDay property set to true) or appointments which start on one day and finish on another.

See Also