windowsforms-devexpress-dot-xtrascheduler-dot-monthviewappointmentdisplayoptionsex-b7195d39.md
Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[Browsable(true)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty]
public override bool ShowAppointmentStatusVertically { get; set; }
<DefaultValue(True)>
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<XtraSerializableProperty>
Public Overrides Property ShowAppointmentStatusVertically As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
True to display appointment status as a vertical strip on the left; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to ShowAppointmentStatusVertically |
|---|---|
| MonthView |
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
|
| ShowAppointmentStatusVertically = True | ShowAppointmentStatusVertically = 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
MonthViewAppointmentDisplayOptionsEx Class