Skip to main content

AppointmentDisplayTextEventArgs.Appointment Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public Appointment Appointment { get; }

#Property Value

Type Description
Appointment

An Appointment object to display.

See Also