Skip to main content

AppointmentTemplateContainer Class

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.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