Back to Devexpress

AppointmentImagesEventArgs.Appointment Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-appointmentimageseventargs.md

latest1.3 KB
Original Source

AppointmentImagesEventArgs.Appointment Property

Gets the appointment related to the ASPxScheduler.InitAppointmentImages event.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public Appointment Appointment { get; }
vb
Public ReadOnly Property Appointment As Appointment

Property Value

TypeDescription
Appointment

An Appointment class instance.

|

See Also

AppointmentImagesEventArgs Class

AppointmentImagesEventArgs Members

DevExpress.Web.ASPxScheduler Namespace