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

AppointmentImageType Enum

Lists the types of appointment images available.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public enum AppointmentImageType

Members

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).

Related API Members

The following properties accept/return AppointmentImageType values:

Remarks

Use this enumeration’s members to specify the type of the appointment images. This enumeration’s values are used by the AppointmentImageInfoCore.ImageType property.

See Also