|
|
|
|
|
AppointmentContinuous (Property) In french: RendezVousContinu
The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control. Reminder: A multiple-day appointment in a Scheduler control can be displayed: - as a single continuous appointment.
- as an appointment per day.
Remark: This property corresponds to the "Continuous display if several days" option in the Scheduler control description window. SCH_MySchedule.AppointmentContinuous = True
Syntax
Finding out the multiple-day appointment display mode Hide the details
<Result> = <Scheduler control>.AppointmentContinuous
<Result>: Integer constant Display mode:
| | Default | The appointments are displayed according to the display parameters defined for the Scheduler control. | False | The appointments are displayed on each day. | True | The appointments are displayed in continuous mode. |
<Scheduler control>: Control name Name of the Scheduler control to be used.
Changing the multiple-day appointment display mode Hide the details
<Scheduler control>.AppointmentContinuous = <New display mode>
<Scheduler control>: Control name Name of the Scheduler control to be used. <New display mode>: Integer constant Display mode to use:
| | Default | The appointments are displayed according to the display parameters defined for the Scheduler control. | False | The appointments are displayed on each day. | True | The appointments are displayed in continuous mode. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|