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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual 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 |
---|---|
TimelineView |
|
Remarks
ShowAppointmentStatusVertically = True | ShowAppointmentStatusVertically = False |
---|---|
See Also