Skip to main content
A newer version of this page is available. .

ASPxScheduler.Templates Property

Provides access to a SchedulerTemplates object containing templates for visual elements of the ASPxScheduler.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

[DefaultValue(null)]
public SchedulerTemplates Templates { get; }

Property Value

Type Default Description
SchedulerTemplates *null*

A SchedulerTemplates object.

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