Back to Devexpress

TimelineView Class

wpf-devexpress-dot-xpf-dot-scheduling-e647de38.md

latest3.5 KB
Original Source

TimelineView Class

A view that arranges events and appointments across horizontal timelines.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class TimelineView :
    SchedulerViewBase,
    ISupportDateNavigatorOperations
vb
Public Class TimelineView
    Inherits SchedulerViewBase
    Implements ISupportDateNavigatorOperations

The following members return TimelineView objects:

Remarks

To learn more, see Timeline View.

The following code snippets (auto-collected from DevExpress Examples) contain references 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.

wpf-scheduler-generate-time-scales-from-view-model-collection/CS/WpfSchedulerTimelineScalesTemplate/MainWindow.xaml#L41

xml
<dxsch:SchedulerControl x:Name="scheduler" GroupType="None" Start="{Binding Start, Mode=TwoWay}" AllowAppointmentConflicts="True">
    <dxsch:TimelineView x:Name="timelineView" IntervalCount="8" TimeScalesSource="{Binding TimeScales}" TimeScaleTemplateSelector="{StaticResource TimeScaleTemplateSelector}"/>
    <dxsch:SchedulerControl.DataSource>

wpf-scheduler-specify-custom-work-time-intervals/CS/CustomWorkTimeExample/MainWindow.xaml#L43

xml
DateHeaderContentTemplate="{StaticResource DateHeaderControl.ContentTemplate}"/>
    <dxsch:TimelineView x:Name="timelineView1"/>
</dxsch:SchedulerControl>

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Scheduling.Internal.SchedulerFrameworkComponent ViewBase SchedulerViewBase TimelineView

See Also

TimelineView Members

DevExpress.Xpf.Scheduling Namespace