Back to Devexpress

AppointmentViewInfoOptions.StatusDisplayType Property

corelibraries-devexpress-dot-xtrascheduler-dot-drawing-dot-appointmentviewinfooptions-20553976.md

latest3.1 KB
Original Source

AppointmentViewInfoOptions.StatusDisplayType Property

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

Declaration

csharp
public AppointmentStatusDisplayType StatusDisplayType { get; set; }
vb
Public Property StatusDisplayType As AppointmentStatusDisplayType

Property Value

TypeDescription
AppointmentStatusDisplayType

An AppointmentStatusDisplayType enumeration specifying how the status is displayed.

|

Available values:

NameDescription
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:

LibraryObject TypePath to StatusDisplayType
Cross-Platform Class LibraryIAppointmentViewInfo

.Options .StatusDisplayType

| | WinForms Controls | AppointmentViewInfo |

.Options .StatusDisplayType

| | ASP.NET Web Forms Controls | AppointmentViewInfo |

.Options .StatusDisplayType

|

See Also

AppointmentViewInfoOptions Class

AppointmentViewInfoOptions Members

DevExpress.XtraScheduler.Drawing Namespace