A newer version of this page is available.
Switch to the current version.
AppointmentImagesEventArgs Class
Provides data for the ASPxScheduler.InitAppointmentImages event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public class AppointmentImagesEventArgs :
EventArgs
Public Class AppointmentImagesEventArgs
Inherits EventArgs
Remarks
The ASPxScheduler.InitAppointmentImages event occurs before an appointment is painted when its images are initialized. The AppointmentImagesEventArgs class introduces the AppointmentImagesEventArgs.ImageInfoList property that specifies the images to be displayed within the appointment.
See Also
Feedback