Back to Devexpress

SchedulerControl.AppointmentImages Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-1b610275.md

latest3.5 KB
Original Source

SchedulerControl.AppointmentImages Property

Gets or sets the source of the images that can be displayed within appointments.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(null)]
public object AppointmentImages { get; set; }
vb
<DefaultValue(Nothing)>
Public Property AppointmentImages As Object

Property Value

TypeDefaultDescription
Objectnull

An object providing images for the SchedulerControl.

|

Remarks

By default, appointments display default images that are listed in the table below:

IndexImageDescription
0Represents the day clock (i.e. shows AM time).
1Represents the night clock (i.e. shows PM time).
2Indicates that the appointment is recurring.
3Indicates that the recurring appointment is changed.
4Indicates that the appointment has a Reminder.

The AppointmentImages property allows custom images to be displayed within appointments, instead of the defaults (see the image below).

You can also handle the SchedulerControl.InitAppointmentImages event to specify additional images to be displayed within the appointments.

The AppointmentImages property accepts the following image collections:

See Also

InitAppointmentImages

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace