Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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