Skip to main content

AppointmentViewInfo.Description Property

Gets the appointment description.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public string Description { get; }

Property Value

Type Description
String

A string representing the appointment description.

Remarks

The SchedulerControl.AppointmentViewInfoCustomizing event, that provides access to the Description property of the AppointmentViewInfo object, is raised before the SchedulerControl.InitAppointmentDisplayText and the SchedulerControl.CustomDrawAppointment events.

To change the text of the description displayed, handle the SchedulerControl.InitAppointmentDisplayText event.

See Also