Back to Devexpress

AppointmentImageType Enum

corelibraries-devexpress-dot-xtrascheduler-dot-drawing-03de82d9.md

latest2.5 KB
Original Source

AppointmentImageType Enum

Lists the types of appointment images available.

Namespace : DevExpress.XtraScheduler.Drawing

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum AppointmentImageType
vb
Public Enum AppointmentImageType

Members

NameDescription
Custom

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

| | Reminder |

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

| | Recurrence |

Represents the image which indicates that the appointment is recurring.

| | RecurrenceException |

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

|

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

ImageType

DevExpress.XtraScheduler.Drawing Namespace