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

Represents a data item, which holds the information for a single RadTimeline item.

Definition

Constructors

C#
public TimelineDataItem()

Properties

Gets the time span specified by DurationPath.

C#
public TimeSpan Duration { get; }
Property Value:

The duration.

Gets the duration path.

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

The duration path.

Gets the group specified by GroupPath.

C#
public object Group { get; }
Property Value:

The group.

Gets the group path.

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

The group path.

Gets or sets a value indicating whether this item is selected.

C#
public bool IsSelected { get; set; }
Property Value:

true if this item is selected; otherwise, false.

Gets the date specified by StartPath.

C#
public DateTime Start { get; }
Property Value:

The start date.

Gets the start path.

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

The start path.

Gets the ticks.

C#
public long Ticks { get; }
Property Value:

The ticks.

Gets the tooltip specified by ToolTipPath.

C#
public object ToolTip { get; }
Property Value:

The tooltip.

Gets a value indicating if a ToolTip is available.

C#
public bool ToolTipAvailable { get; }
Property Value:

The tool tip available.

Gets the ToolTip format.

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

The tool tip path.

Gets the tooltip path.

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

The tooltip path.

ToolTipTemplate

DataTemplate

Gets or sets the tooltip template.

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

The tooltip template.

Methods

Returns a string that represents this instance.

C#
public override string ToString()
Returns:

string

A string that represents this instance.

Overrides: object.ToString()