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

AppointmentDisplayOptions.StatusDisplayType Property

Specifies whether to display a status line and whether to fill the status line to indicate appointment status and duration.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
public virtual AppointmentStatusDisplayType StatusDisplayType { get; set; }

Property Value

Type Description
AppointmentStatusDisplayType

An AppointmentStatusDisplayType enumeration value.

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:

Show 39 property paths
Library Object Type Path to StatusDisplayType
WinForms Controls AgendaView
.AppointmentDisplayOptions.StatusDisplayType
DayView
.AppointmentDisplayOptions.StatusDisplayType
SchedulerViewInfoBase
.AppointmentDisplayOptions.StatusDisplayType
FullWeekView
.AppointmentDisplayOptions.StatusDisplayType
MonthView
.AppointmentDisplayOptions.StatusDisplayType
DayViewTimeCells
.AppointmentDisplayOptions.StatusDisplayType
FullWeek
.AppointmentDisplayOptions.StatusDisplayType
HorizontalWeek
.AppointmentDisplayOptions.StatusDisplayType
TimeCellsControlBase
.AppointmentDisplayOptions.StatusDisplayType
TimelineCells
.AppointmentDisplayOptions.StatusDisplayType
SchedulerViewBase
.AppointmentDisplayOptions.StatusDisplayType
TimelineView
.AppointmentDisplayOptions.StatusDisplayType
WeekView
.AppointmentDisplayOptions.StatusDisplayType
WorkWeekView
.AppointmentDisplayOptions.StatusDisplayType
WPF Controls DayView
FullWeekView
SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.StatusDisplayType
WorkWeekView
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.StatusDisplayType
BootstrapDayView
.AppointmentDisplayOptions.StatusDisplayType
BootstrapFullWeekView
.AppointmentDisplayOptions.StatusDisplayType
BootstrapMonthView
.AppointmentDisplayOptions.StatusDisplayType
BootstrapTimelineView
.AppointmentDisplayOptions.StatusDisplayType
BootstrapWeekView
.AppointmentDisplayOptions.StatusDisplayType
BootstrapWorkWeekView
.AppointmentDisplayOptions.StatusDisplayType
ASP.NET Web Forms Controls AgendaView
.AppointmentDisplayOptions.StatusDisplayType
DayView
.AppointmentDisplayOptions.StatusDisplayType
FullWeekView
.AppointmentDisplayOptions.StatusDisplayType
MonthView
.AppointmentDisplayOptions.StatusDisplayType
TimelineView
.AppointmentDisplayOptions.StatusDisplayType
WeekView
.AppointmentDisplayOptions.StatusDisplayType
WorkWeekView
.AppointmentDisplayOptions.StatusDisplayType
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.StatusDisplayType
MVCxSchedulerDayView
.AppointmentDisplayOptions.StatusDisplayType
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.StatusDisplayType
MVCxSchedulerMonthView
.AppointmentDisplayOptions.StatusDisplayType
MVCxSchedulerTimelineView
.AppointmentDisplayOptions.StatusDisplayType
MVCxSchedulerWeekView
.AppointmentDisplayOptions.StatusDisplayType
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.StatusDisplayType

Remarks

Use this property to specify whether an appointment should indicate appointment status by filling the status line with the status texture and color, and appointment duration by the span of the filled part of the line.

The following code snippets (auto-collected from DevExpress Examples) contain references to the StatusDisplayType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also