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

AppointmentImagesEventArgs.Appointment Property

Provides access to the appointment for which the SchedulerControl.InitAppointmentImages event is fired.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public Appointment Appointment { get; }

Property Value

Type Description
Appointment

An Appointment that is prepared for display.

See Also