AppointmentDisplayTextEventArgs.Appointment Property
Provides access to the appointment for which the SchedulerControl.InitAppointmentDisplayText event is fired.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
| Type | Description |
|---|---|
| Appointment | An Appointment object to display. |
See Also