Back to Devexpress

AppointmentDisplayTextEventArgs.Description Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdisplaytexteventargs-8ef0a0f4.md

latest2.1 KB
Original Source

AppointmentDisplayTextEventArgs.Description Property

Gets or sets the text that will be displayed as an appointment’s description.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public string Description { get; set; }
vb
Public Property Description As String

Property Value

TypeDescription
String

A String value which represents the description displayed for the appointment.

|

Remarks

Handle the SchedulerControl.InitAppointmentDisplayText event and then use the Description property to customize the description of the appointment before it’s displayed. To change the displayed text of the appointment (its subject and location together) the AppointmentDisplayTextEventArgs.Text property should be used.

Note

The current appointment to be displayed is accessed via the AppointmentEventArgs.Appointment property.

See Also

AppointmentDisplayTextEventArgs Class

AppointmentDisplayTextEventArgs Members

DevExpress.XtraScheduler Namespace