Back to Devexpress

ASPxScheduler.Templates Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduler-8538cc15.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue(null)]
public SchedulerTemplates Templates { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property Templates As SchedulerTemplates

Property Value

TypeDefaultDescription
SchedulerTemplatesnull

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

Scheduler Templates

ASPxScheduler Class

ASPxScheduler Members

DevExpress.Web.ASPxScheduler Namespace