Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TimeCellsControlBase.InitAppointmentImages Event

Enables you to print custom images within the appointment.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

#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