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

AppointmentImageInfoCore.ImageType Property

Gets the type of an image, associated with the appointment.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public AppointmentImageType ImageType { get; }

Property Value

Type Description
AppointmentImageType

An AppointmentImageType enumeration value, specifying the appointment image’s type.

Available values:

Name Description
Custom

Represents any custom image added to the SchedulerControl.AppointmentImages collection of a scheduler.

Reminder

Represents the AppointmentImageType.Reminder image which indicates that the appointment has a Reminder.

Recurrence

Represents the AppointmentImageType.Recurrence image which indicates that the appointment is recurring.

RecurrenceException

Represents the AppointmentImageType.RecurrenceException image which indicates that the recurring appointment has been changed (its Appointment.Type is set to ChangedOccurrence).

See Also