Skip to main content
All docs
V26.1
  • ReportWeekViewAppointmentDisplayOptions.ShowAppointmentStatusVertically Property

    Namespace: DevExpress.XtraScheduler.Reporting

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