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

AppointmentDisplayTextEventArgs.Appointment Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.1.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