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

SchedulerViewRepository.TimelineView Property

Gets an object that defines the settings of the scheduler’s Timeline View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public TimelineView TimelineView { get; }

Property Value

Type Description
TimelineView

A TimelineView object representing the Timeline View in the scheduling area.

Remarks

The Timeline View enables end-users to schedule and display appointments by a timeline. In this mode, appointments are displayed as horizontal bars along the timescales, which provide end-users with a clearer overview for scheduling purposes. Use the TimelineView.Scales property to specify which time scales and how many should be displayed at one time.

Use the TimelineView property to customize the settings of the Timeline View. To make the ASPxScheduler display information using the Timeline View, set the ASPxScheduler.ActiveViewType property to SchedulerViewType.Timeline.

The settings of the Timeline View can also be accessed via the ASPxScheduler.TimelineView property.

See Also