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.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public AppointmentStatusDisplayType AllDayAppointmentsStatusDisplayType { get; set; }
#Property Value
Type | Description |
---|---|
Appointment |
A Appointment |
Available values:
Name | Description |
---|---|
Never | The appointment status line is invisible. |
Time | The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the time of its appointment. |
Bounds | The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the appointment bounds. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to All |
---|---|
Day |
|
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
Use the AllDayAppointmentsStatusDisplayType property to customize the display mode of the status for all-day appointments, which are appointments occupying a whole day (the Appointment.AllDay property is set to true).