Skip to main content

SchedulerSettings.AppointmentViewInfoCustomizing Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#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