Skip to main content

ReportWeekViewAppointmentDisplayOptions.ShowAppointmentStatusVertically Property

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.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