Skip to main content

AppointmentImageInfoCollection.InnerImages Property

Provides access to the collection of images used to draw an appointment. Intended for internal use.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public object InnerImages { get; }

Property Value

Type Description
Object

An object that provides images for appointments.

Remarks

This method is intended for internal use only. To change the images used in an appointment’s visual representation, handle the SchedulerControl.AppointmentViewInfoCustomizing or SchedulerControl.CustomDrawAppointment events.

See Also