AppointmentImageInfoCore.ImageType Property
Gets the type of an image, associated with the appointment.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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 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). |