Skip to main content

AppointmentStatusDisplayType Enum

Lists the values used to specify how the appointment status is displayed within an appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public enum AppointmentStatusDisplayType

#Members

Name Description
Never

The appointment status line is invisible.

Time

The appointment status line has the same height as the time of its appointment.

Bounds

The appointment status line has the same height as the bounds of its appointment.

#Remarks

The values listed by the AppointmentStatusDisplayType enumeration are used to set the SchedulerAppointmentDisplayOptions.StatusDisplayType property.

See Also