Skip to main content

TimelineView.Templates Property

Provides access to a TimelineViewTemplates object containing templates for visual elements of the Timeline View.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public TimelineViewTemplates Templates { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.TimelineViewTemplates

A DevExpress.Web.ASPxScheduler.TimelineViewTemplates object.

Remarks

This property provides access to objects that implement the System.Web.UI.ITemplate interface, and represents the templates for the Timeline View elements.

For more information on templates refer to the Templates topic.

See Also