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

AgendaView.Templates Property

Provides access to an AgendaViewTemplates object containing templates for the Agenda View‘s visual elements.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public AgendaViewTemplates Templates { get; }

Property Value

Type Description
AgendaViewTemplates

An AgendaViewTemplates object.

Remarks

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

For more information on templates refer to the Templates topic.

See Also