SchedulerTemplates Class
In This Article
Contains the templates used to display the ASPxScheduler’s elements.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Related API Members
The following members return SchedulerTemplates objects:
#Remarks
The ASPxScheduler provides multiple templates that allow you to create custom layouts for its visual elements (day headers, view navigator, view selector etc.). A template is a set of HTML elements and Web controls that define the layout for a particular element (area) of a control.
Templates can be accessed using the ASPxScheduler.Templates property.
#Inheritance
See Also