A newer version of this page is available.
Switch to the current version.
AppointmentDisplayOptions.TimeDisplayType Property
Specifies how the start and end time of the appointment should be displayed - using symbols or digits.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public AppointmentTimeDisplayType TimeDisplayType { get; set; }
<XtraSerializableProperty>
Public Property TimeDisplayType As AppointmentTimeDisplayType
Property Value
Type | Description |
---|---|
AppointmentTimeDisplayType | A AppointmentDisplayOptions.TimeDisplayType enumeration member. |
Property Paths
You can access this nested property as listed below:
Show 55 property paths
Remarks
Set this property to AppointmentTimeDisplayType.Clock for displaying the start and end time as clock symbols.
Clock symbols are not displayed in vertical appointments, i.e., appointments that span vertical. An example of such an appointment is an ordinary appointment in the DayView which is shorter than a day. Vertical appointments always display time as text.
See Also
Feedback