New to Telerik UI for WPFStart a free 30-day trial

Provides a projected view of TimelineDataItem items over a source list.

Definition

Constructors

Initializes a new instance of the TimelineDataView class.

C#
public TimelineDataView(IEnumerable sourceCollection)
Parameters:sourceCollectionIEnumerable

The source collection.

Properties

Gets or sets the duration path.

C#
public string DurationPath { get; set; }
Property Value:

The duration path.

Gets or sets the group path.

C#
public string GroupPath { get; set; }
Property Value:

The group path.

Gets or sets the start path.

C#
public string StartPath { get; set; }
Property Value:

The start path.

Gets or sets the tool tip format.

C#
public string ToolTipFormat { get; set; }
Property Value:

The tool tip format.

Gets or sets the tooltip path.

C#
public string ToolTipPath { get; set; }
Property Value:

The tooltip path.

ToolTipTemplate

DataTemplate

Gets or sets the tool tip template.

C#
public DataTemplate ToolTipTemplate { get; set; }
Property Value:

The tool tip template.

Methods

Called when an item is projected.

C#
protected override void OnItemAdded(TimelineDataItem addedItem)
Parameters:addedItemTimelineDataItem

The projected item.

Overrides: ProjectedView<TimelineDataItem>.OnItemAdded(TimelineDataItem)