Back to Devexpress

WeekViewAppointmentDisplayOptionsEx.StatusDisplayType Property

windowsforms-devexpress-dot-xtrascheduler-dot-weekviewappointmentdisplayoptionsex-e6b2129f.md

latest3.5 KB
Original Source

WeekViewAppointmentDisplayOptionsEx.StatusDisplayType Property

Specifies how to display the status line.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(AppointmentStatusDisplayType.Bounds)]
public override AppointmentStatusDisplayType StatusDisplayType { get; set; }
vb
<DefaultValue(AppointmentStatusDisplayType.Bounds)>
Public Overrides Property StatusDisplayType As AppointmentStatusDisplayType

Property Value

TypeDefaultDescription
AppointmentStatusDisplayTypeBounds

An AppointmentStatusDisplayType enumeration value.

|

Available values:

NameDescription
Never

The appointment status line is invisible.

| | Time |

The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the time of its appointment.

| | Bounds |

The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the appointment bounds.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to StatusDisplayType
WeekView

.AppointmentDisplayOptions .StatusDisplayType

|

Remarks

The StatusDisplayType values are interpreted differently for the vertical status line, i.e. if the WeekViewAppointmentDisplayOptionsEx.ShowAppointmentStatusVertically property is set to true , as shown in the following table.

StatusDisplayType ValueStatus Line Displayed Vertically
AppointmentStatusDisplayType.BoundsThe appointment status line has the same height as the appointment bounds.
AppointmentStatusDisplayType.TimeThe same as for the Bounds value.
AppointmentStatusDisplayType.NeverThe appointment status line is invisible.

See Also

WeekViewAppointmentDisplayOptionsEx Class

WeekViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace