Skip to main content

AppointmentImagesEventArgs.ImageInfoList Property

Provides access to a collection of images used to paint an appointment in a scheduler’s View.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppointmentImageInfoCollection ImageInfoList { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.Drawing.AppointmentImageInfoCollection

A DevExpress.Web.ASPxScheduler.Drawing.AppointmentImageInfoCollection object, representing an image list for an appointment.

Remarks

Use this property to customize the appointment’s appearance by modifying the images in the collection.

See Also