Skip to main content
A newer version of this page is available. .

TimeCellsControlBase.InitAppointmentImages Event

Enables you to print custom images within the appointment.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Reporting.dll

Declaration

public event AppointmentImagesEventHandler InitAppointmentImages

Event Data

The InitAppointmentImages event's data class is AppointmentImagesEventArgs. The following properties provide information specific to this event:

Property Description
Appointment Provides access to the appointment for which the SchedulerControl.InitAppointmentImages event is fired.
ImageInfoList Gets a collection of AppointmentImageInfo objects.
ViewInfo Provides access to the characteristics of the appointment prepared for display.

Remarks

The InitAppointmentImages event occurs before an appointment is printed. This event lets you print custom images within appointments.

This event is analogous to the SchedulerControl.InitAppointmentImages event of the Scheduler control.

The event parameter’s AppointmentEventArgs.Appointment property enables you to identify the currently processed appointment. The AppointmentImagesEventArgs.ImageInfoList property specify the images within the appointment.

See Also