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

WeekViewAppointmentDisplayOptions.ShowAppointmentStatusVertically Property

Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.

Namespace: DevExpress.XtraScheduler

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

Declaration

[Browsable(false)]
public virtual bool ShowAppointmentStatusVertically { get; set; }

Property Value

Type Description
Boolean

True to display appointment status as a vertical strip on the left; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowAppointmentStatusVertically
WinForms Controls MonthView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
FullWeek
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
HorizontalWeek
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
WeekView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
ASP.NET Controls and MVC Extensions MonthView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
WeekView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
MVCxSchedulerMonthView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
MVCxSchedulerWeekView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
ASP.NET Bootstrap Controls BootstrapMonthView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
BootstrapWeekView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically

Remarks

This property is overridden in derived classes.

See Also