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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

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:

Show 11 property paths
Library Object Type Path to ShowAppointmentStatusVertically
WinForms Controls MonthView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
FullWeek
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
HorizontalWeek
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
WeekView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
YearView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
ASP.NET Bootstrap Controls BootstrapMonthView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
BootstrapWeekView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
ASP.NET MVC Extensions MVCxSchedulerMonthView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
MVCxSchedulerWeekView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
ASP.NET Web Forms Controls MonthView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
WeekView
.AppointmentDisplayOptions .ShowAppointmentStatusVertically

Remarks

This property is overridden in derived classes.

See Also