Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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