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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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