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