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

TimelineView Class

Arranges events and appointments across horizontal timelines.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public class TimelineView :
    SchedulerViewBase,
    IXtraSupportDeserializeCollection

The following members accept/return TimelineView objects:

Remarks

The XtraScheduler control has several types of view that provide different arrangements and formats for scheduling and viewing appointments. The TimelineView class represents a Timeline View. This type of view displays appointments as horizontal bars along the timescales, and provides end-users with a clearer overview for scheduling purposes.

Docs_Fundamentals_Views_TimelineView01.png

To specify the time scales simultaneously displayed within the Timeline View, use the TimelineView.Scales property.

All views are stored in the scheduler’s view repository which can be accessed via the SchedulerControl.Views property. To access the settings of the Timeline View use the SchedulerViewRepository.TimelineView property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TimelineView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also