aspnet-devexpress-dot-web-dot-aspxscheduler-4864ea28.md
Contains the templates used to display the ASPxScheduler’s elements.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class SchedulerTemplates
Public Class SchedulerTemplates
The following members return SchedulerTemplates objects:
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.
Object SchedulerTemplates AgendaViewTemplates
BootstrapSchedulerWeekViewTemplates
BootstrapSchedulerMonthViewTemplates
See Also