Back to Devexpress

AppointmentImagesEventArgs.Appointment Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentimageseventargs.md

latest1.3 KB
Original Source

AppointmentImagesEventArgs.Appointment Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
Appointment

An Appointment that is prepared for display.

|

See Also

AppointmentImagesEventArgs Class

AppointmentImagesEventArgs Members

DevExpress.XtraScheduler Namespace