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

AppointmentTemplateContainer Class

Represents a container for the templates used to render the appointment’s visual representation.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public abstract class AppointmentTemplateContainer :
    SchedulerTemplateContainerBase

Remarks

The AppointmentTemplateContainer class represents a container cell for the templates used to render the appointment’s visual representation within a ASPxScheduler control.

Inheritance

Object
Control
TemplateContainerBase
DevExpress.Web.ASPxScheduler.SchedulerTemplateContainerBase
AppointmentTemplateContainer
See Also