|
|
|
|
|
AppointmentContinuous (Property)
The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control. Reminder: An appointment spread over several days in a Scheduler control can be displayed: - as a single continuous appointment.
- as an appointment per day.
Note: This property corresponds to the "Visualización continua si es de varios días" option in the Scheduler control control description window.. SCH_MySchedule.AppointmentContinuous = True
Sintaxis
Finding out the multiple-day appointment display mode Ocultar los detalles
<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 Ocultar los detalles
<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. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|