corelibraries-devexpress-dot-xtrascheduler-dot-drawing-dot-appointmentviewinfooptions-20553976.md
Gets or sets whether the border of an appointment should be colorized according to the status and appointment duration.
Namespace : DevExpress.XtraScheduler.Drawing
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public AppointmentStatusDisplayType StatusDisplayType { get; set; }
Public Property StatusDisplayType As AppointmentStatusDisplayType
| Type | Description |
|---|---|
| AppointmentStatusDisplayType |
An AppointmentStatusDisplayType enumeration specifying how the status is displayed.
|
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.
|
You can access this nested property as listed below:
| Library | Object Type | Path to StatusDisplayType |
|---|---|---|
| Cross-Platform Class Library | IAppointmentViewInfo |
.Options .StatusDisplayType
| | WinForms Controls | AppointmentViewInfo |
.Options .StatusDisplayType
| | ASP.NET Web Forms Controls | AppointmentViewInfo |
.Options .StatusDisplayType
|
See Also
AppointmentViewInfoOptions Class