A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(null)]
public SchedulerTemplates Templates { get; }
<DefaultValue(Nothing)>
Public ReadOnly Property Templates As SchedulerTemplates
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
Feedback