Skip to main content

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

NuGet Package: DevExpress.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.

Remarks

This property is overridden in derived classes.

See Also