AppointmentViewInfoCustomizingEventArgs.ViewInfo Property
In This Article
Contains information used to render the appointment.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AppointmentViewInfo ViewInfo { get; }
#Property Value
Type | Description |
---|---|
Appointment |
A Appointment |
See Also