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

DayView.Templates Property

Provides access to a DayViewTemplates object containing templates for visual elements of the Day View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public DayViewTemplates Templates { get; }

Property Value

Type Description
DayViewTemplates

A DayViewTemplates object.

Remarks

This property provides access to objects that implement the System.Web.UI.ITemplate interface, and represent the templates for the Day View elements.

For more information on templates refer to the Templates topic.

See Also