AgendaView.Templates Property
In This Article
Provides access to an AgendaViewTemplates object containing templates for the Agenda View‘s visual elements.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AgendaViewTemplates Templates { get; }
#Property Value
Type | Description |
---|---|
Agenda |
An Agenda |
#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