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

ReportMonthViewAppointmentDisplayOptions.ShowAppointmentStatusVertically Property

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[Browsable(true)]
[XtraSerializableProperty]
[DefaultValue(false)]
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
HorizontalWeek
.AppointmentDisplayOptions.ShowAppointmentStatusVertically
See Also