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

AppointmentImagesEventArgs.Appointment Property

Gets the appointment related to the ASPxScheduler.InitAppointmentImages event.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public Appointment Appointment { get; }

Property Value

Type Description
Appointment

An Appointment class instance.

See Also