Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public AppointmentStatusDisplayType StatusDisplayType { get; set; }

Property Value

Type Description
AppointmentStatusDisplayType

An AppointmentStatusDisplayType enumeration specifying how the status is displayed.

Available values:

Name Description
Never

The appointment status line is invisible.

AppointmentStatusDisplayType.Never

Time

The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the time of its appointment.

AppointmentStatusDisplayType.Time

Bounds

The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the appointment bounds.

AppointmentStatusDisplayType.Bounds

Property Paths

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
WPF Controls AppointmentViewInfo
.Options.StatusDisplayType
ASP.NET Web Forms Controls AppointmentViewInfo
.Options.StatusDisplayType
See Also