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.v24.2.dll
Declaration
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