SchedulerSettings.InitAppointmentDisplayText Property
Enables custom text and a description to be displayed within appointments.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public AppointmentDisplayTextEventHandler InitAppointmentDisplayText { get; set; }
Public Property InitAppointmentDisplayText As AppointmentDisplayTextEventHandler
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
Feedback