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

SchedulerSettings.AppointmentViewInfoCustomizing Property

Enables you to perform custom actions every time an appointment is rendered.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public AppointmentViewInfoCustomizingEventHandler AppointmentViewInfoCustomizing { get; set; }

Property Value

Type Description
AppointmentViewInfoCustomizingEventHandler

A AppointmentViewInfoCustomizingEventHandler delegate method allowing you to implement custom processing.

Remarks

Handle this event to modify the way appointments are rendered and change their appearance.

To know more, refer to the ASPxScheduler.AppointmentViewInfoCustomizing article.

See Also