A newer version of this page is available.
Switch to the current version.
AppointmentDisplayOptions.StatusDisplayType Property
Specifies whether to display a status line and whether to fill the status line to indicate appointment status and duration.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public virtual AppointmentStatusDisplayType StatusDisplayType { get; set; }
<XtraSerializableProperty>
Public Overridable Property StatusDisplayType As AppointmentStatusDisplayType
Property Value
Type | Description |
---|---|
AppointmentStatusDisplayType | An AppointmentStatusDisplayType enumeration value. |
Property Paths
You can access this nested property as listed below:
Show 55 property paths
Remarks
Use this property to specify whether an appointment should indicate appointment status by filling the status line with the status texture and color, and appointment duration by the span of the filled part of the line.
See Also
Feedback