Class
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:

cs-api-definition
public class TimelineDataView : ObservableProjectedView<TimelineDataItem>, IEnumerable<TimelineDataItem>, IEnumerable, INotifyCollectionChanged, IDisposable, INotifyItemChanged

Inheritance: objectProjectedView<TimelineDataItem>ObservableProjectedView<TimelineDataItem>TimelineDataView

Implements: IDisposableIEnumerableIEnumerable<TimelineDataItem>INotifyCollectionChangedINotifyItemChanged

Inherited Members ObservableProjectedView<TimelineDataItem>.OnDispose()ObservableProjectedView<TimelineDataItem>.OnItemsClearing()ObservableProjectedView<TimelineDataItem>.ItemChangedProjectedView<TimelineDataItem>.GetEnumerator()ProjectedView<TimelineDataItem>.Dispose()ProjectedView<TimelineDataItem>.OnItemProjected(TimelineDataItem, object)ProjectedView<TimelineDataItem>.OnItemRemoved(TimelineDataItem)ProjectedView<TimelineDataItem>.CountProjectedView<TimelineDataItem>.this[int]ProjectedView<TimelineDataItem>.CollectionChanged

Constructors

TimelineDataView(IEnumerable)

Initializes a new instance of the TimelineDataView class.

Declaration

cs-api-definition
public TimelineDataView(IEnumerable sourceCollection)

Parameters

sourceCollection

IEnumerable

The source collection.

Properties

DurationPath

Gets or sets the duration path.

Declaration

cs-api-definition
public string DurationPath { get; set; }

Property Value

string

The duration path.

GroupPath

Gets or sets the group path.

Declaration

cs-api-definition
public string GroupPath { get; set; }

Property Value

string

The group path.

StartPath

Gets or sets the start path.

Declaration

cs-api-definition
public string StartPath { get; set; }

Property Value

string

The start path.

ToolTipFormat

Gets or sets the tool tip format.

Declaration

cs-api-definition
public string ToolTipFormat { get; set; }

Property Value

string

The tool tip format.

ToolTipPath

Gets or sets the tooltip path.

Declaration

cs-api-definition
public string ToolTipPath { get; set; }

Property Value

string

The tooltip path.

ToolTipTemplate

Gets or sets the tool tip template.

Declaration

cs-api-definition
public DataTemplate ToolTipTemplate { get; set; }

Property Value

DataTemplate

The tool tip template.

Methods

OnItemAdded(TimelineDataItem)

Called when an item is projected.

Declaration

cs-api-definition
protected override void OnItemAdded(TimelineDataItem addedItem)

Parameters

addedItem

TimelineDataItem

The projected item.

Overrides ProjectedView<TimelineDataItem>.OnItemAdded(TimelineDataItem)