Class TimelineDataView
Provides a projected view of Timeline
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineDataView : ObservableProjectedView<TimelineDataItem>, IEnumerable<TimelineDataItem>, IEnumerable, INotifyCollectionChanged, IWeakEventListener<NotifyCollectionChangedEventArgs>, IDisposable, INotifyItemChanged
Constructors
TimelineDataView(IEnumerable)
Initializes a new instance of the Timeline
Declaration
public TimelineDataView(IEnumerable sourceCollection)
Parameters
System. The source collection. |
Properties
DurationPath
Gets or sets the duration path.
Declaration
public string DurationPath { get; set; }
Property Value
System. The duration path. |
GroupPath
Gets or sets the group path.
Declaration
public string GroupPath { get; set; }
Property Value
System. The group path. |
StartPath
Gets or sets the start path.
Declaration
public string StartPath { get; set; }
Property Value
System. The start path. |
ToolTipFormat
Gets or sets the tool tip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System. The tool tip format. |
ToolTipPath
Gets or sets the tooltip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
System. The tooltip path. |
ToolTipTemplate
Gets or sets the tool tip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System. The tool tip template. |
Methods
OnItemAdded(TimelineDataItem)
Called when an item is projected.
Declaration
protected override void OnItemAdded(TimelineDataItem addedItem)
Parameters
Timeline The projected item. |