AppointmentDisplayTextEventArgs Properties
Provides data for the SchedulerControl.InitAppointmentDisplayText event.| Name | Description |
|---|---|
| Appointment | Provides access to the appointment for which the SchedulerControl.InitAppointmentDisplayText event is fired. |
| Description | Gets or sets the text that will be displayed as an appointment’s description. |
| Text | Gets or sets the text that will be displayed as the appointment’s text (subject and location together). |
| ViewInfo | Provides access to the characteristics of the appointment prepared for display. |
See Also