TimelineDataItem
Represents a data item, which holds the information for a single RadTimeline item.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class TimelineDataItem : DataItemBase, INotifyPropertyChanged
Inheritance: objectDataItemBaseTimelineDataItem
Implements:
Inherited Members
Constructors
public TimelineDataItem()
Properties
Gets the time span specified by DurationPath.
public TimeSpan Duration { get; }
The duration.
Gets the duration path.
public string DurationPath { get; set; }
The duration path.
Gets the group specified by GroupPath.
public object Group { get; }
The group.
Gets the group path.
public string GroupPath { get; set; }
The group path.
Gets or sets a value indicating whether this item is selected.
public bool IsSelected { get; set; }
true if this item is selected; otherwise, false.
Gets the date specified by StartPath.
public DateTime Start { get; }
The start date.
Gets the start path.
public string StartPath { get; set; }
The start path.
Gets the tooltip specified by ToolTipPath.
public object ToolTip { get; }
The tooltip.
Gets a value indicating if a ToolTip is available.
public bool ToolTipAvailable { get; }
The tool tip available.
Gets the ToolTip format.
public string ToolTipFormat { get; set; }
The tool tip path.
Gets the tooltip path.
public string ToolTipPath { get; set; }
The tooltip path.
ToolTipTemplate
DataTemplate
Gets or sets the tooltip template.
public DataTemplate ToolTipTemplate { get; set; }
The tooltip template.