Skip to main content

AppointmentTemplateContainer.AppointmentViewInfo Property

Provides access to the view information for the selected appoinment.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppointmentViewInfo AppointmentViewInfo { get; }

Property Value

Type Description
AppointmentViewInfo

An AppointmentViewInfo object, providing information on appointment’s visual representation.

See Also