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

MonthViewAppointmentDisplayOptionsEx.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.1.dll

Declaration

[Browsable(true)]
[DefaultValue(true)]
[XtraSerializableProperty]
public override bool ShowAppointmentStatusVertically { get; set; }

Property Value

Type Default Description
Boolean **true**

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:

Object Type Path to ShowAppointmentStatusVertically
MonthView
.AppointmentDisplayOptions.ShowAppointmentStatusVertically

Remarks

ShowAppointmentStatusVertically = True ShowAppointmentStatusVertically = False
ShowAppointmentStatusVertically-MonthView-True ShowAppointmentStatusVertically-MonthView-False

Note

If the ShowAppointmentStatusVertically is true, the appointment status line has the same height as the bounds of its appointment unless the MonthViewAppointmentDisplayOptionsEx.StatusDisplayType property is set to AppointmentStatusDisplayType.Never.

See Also