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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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