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

SchedulerTemplates Class

Contains the templates used to display the ASPxScheduler’s elements.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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.

See Also