Skip to main content

SchedulerViewRepository.TimelineView Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
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 provides end-users with a clearer overview for scheduling purposes. Use the TimelineView.Scales property to specify how many, and which time scales should be displayed at one time.

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

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

See Also