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

AppointmentViewInfoCustomizingEventArgs.ViewInfo Property

Gets or sets the object which contains the information used to render the appointment.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public AppointmentViewInfo ViewInfo { get; }

Property Value

Type Description
AppointmentViewInfo

A AppointmentViewInfo object.

See Also