Back to Devexpress

TimelineViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically Property

windowsforms-devexpress-dot-xtrascheduler-dot-timelineviewappointmentdisplayoptionsex-ba611bc5.md

latest2.3 KB
Original Source

TimelineViewAppointmentDisplayOptionsEx.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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowAppointmentStatusVertically { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowAppointmentStatusVertically As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath to ShowAppointmentStatusVertically
TimelineView

.AppointmentDisplayOptions .ShowAppointmentStatusVertically

|

Remarks

ShowAppointmentStatusVertically = TrueShowAppointmentStatusVertically = False

See Also

TimelineViewAppointmentDisplayOptionsEx Class

TimelineViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace