Skip to main content

AppointmentViewInfoOptions.StatusDisplayType Property

Gets or sets whether the border of an appointment should be colorized according to the status and appointment duration.

Namespace: DevExpress.XtraScheduler.Drawing

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

#Declaration

public AppointmentStatusDisplayType StatusDisplayType { get; set; }

#Property Value

Type Description
AppointmentStatusDisplayType

An AppointmentStatusDisplayType enumeration member specifying how the status is displayed.

#Property Paths

You can access the AppointmentViewInfoOptions.StatusDisplayType property from the following objects:

Object Type Path to StatusDisplayType
AppointmentViewInfo
.Options.StatusDisplayType
See Also