DayView.Templates Property
In This Article
Provides access to a DayViewTemplates object containing templates for visual elements of the Day View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public DayViewTemplates Templates { get; }
#Property Value
Type | Description |
---|---|
Day |
A Day |
#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