SchedulerSettings.AppointmentViewInfoCustomizing Property
In This Article
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 |
---|---|
Appointment |
A Appointment |
#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