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