Back to Devexpress

SchedulerTemplates Class

aspnet-devexpress-dot-web-dot-aspxscheduler-4864ea28.md

latest2.2 KB
Original Source

SchedulerTemplates Class

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

Declaration

csharp
public class SchedulerTemplates
vb
Public Class SchedulerTemplates

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

Object SchedulerTemplates AgendaViewTemplates

DayViewTemplates

MonthViewTemplates

BootstrapSchedulerWeekViewTemplates

BootstrapSchedulerMonthViewTemplates

See Also

SchedulerTemplates Members

DevExpress.Web.ASPxScheduler Namespace