Back to Devexpress

TimeCellsControlBase.InitAppointmentImages Event

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-timecellscontrolbase-956fa88e.md

latest2.8 KB
Original Source

TimeCellsControlBase.InitAppointmentImages Event

Enables you to print custom images within the appointment.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
public event AppointmentImagesEventHandler InitAppointmentImages
vb
Public Event InitAppointmentImages As AppointmentImagesEventHandler

Event Data

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

PropertyDescription
AppointmentProvides access to the appointment for which the SchedulerControl.InitAppointmentImages event is fired.
ImageInfoListGets a collection of AppointmentImageInfo objects.
ViewInfoProvides 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

TimeCellsControlBase Class

TimeCellsControlBase Members

DevExpress.XtraScheduler.Reporting Namespace