wpf-devexpress-dot-xpf-dot-scheduling-e647de38.md
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
public class TimelineView :
SchedulerViewBase,
ISupportDateNavigatorOperations
Public Class TimelineView
Inherits SchedulerViewBase
Implements ISupportDateNavigatorOperations
The following members return TimelineView objects:
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.
<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
DateHeaderContentTemplate="{StaticResource DateHeaderControl.ContentTemplate}"/>
<dxsch:TimelineView x:Name="timelineView1"/>
</dxsch:SchedulerControl>
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Scheduling.Internal.SchedulerFrameworkComponent ViewBase SchedulerViewBase TimelineView
See Also