ASPxScheduler.Templates Property
In This Article
Provides access to a SchedulerTemplates object containing templates for visual elements of the ASPxScheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[DefaultValue(null)]
public SchedulerTemplates Templates { get; }
#Property Value
Type | Default | Description |
---|---|---|
Scheduler |
null | A Scheduler |
#Remarks
This property provides access to objects that implement the System.Web.UI.ITemplate interface, representing templates for the ASPxScheduler elements.
For more information on templates, refer to the Templates topic.
See Also