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

SchedulerSettings.InitAppointmentDisplayText Property

Enables custom text and a description to be displayed within appointments.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public AppointmentDisplayTextEventHandler InitAppointmentDisplayText { get; set; }

Property Value

Type Description
AppointmentDisplayTextEventHandler

A method to which custom processing is delegated.

Remarks

The InitAppointmentDisplayText event occurs before an appointment is rendered when its text and description are initialized. This event lets you display custom text and description within appointments.

See Also