ClassTimelineDataView
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
TimelineDataView(IEnumerable)
Initializes a new instance of the TimelineDataView class.
Declaration
public TimelineDataView(IEnumerable sourceCollection)
Parameters
sourceCollection
The source collection.
Properties
DurationPath
Gets or sets the duration path.
Declaration
public string DurationPath { get; set; }
Property Value
The duration path.
GroupPath
Gets or sets the group path.
Declaration
public string GroupPath { get; set; }
Property Value
The group path.
StartPath
Gets or sets the start path.
Declaration
public string StartPath { get; set; }
Property Value
The start path.
ToolTipFormat
Gets or sets the tool tip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
The tool tip format.
ToolTipPath
Gets or sets the tooltip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
The tooltip path.
ToolTipTemplate
Gets or sets the tool tip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
DataTemplate
The tool tip template.
Methods
OnItemAdded(TimelineDataItem)
Called when an item is projected.
Declaration
protected override void OnItemAdded(TimelineDataItem addedItem)
Parameters
addedItem
The projected item.
Overrides