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

ReportWeekViewAppointmentDisplayOptions.ShowAppointmentStatusVertically Property

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(true)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty]
public override bool ShowAppointmentStatusVertically { get; set; }

Property Value

Type Default
Boolean **false**

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowAppointmentStatusVertically
FullWeek
.AppointmentDisplayOptions .ShowAppointmentStatusVertically
See Also