ClassTimelineDataItem
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
TimelineDataItem()
Declaration
public TimelineDataItem()
Properties
Duration
Gets the time span specified by DurationPath.
Declaration
public TimeSpan Duration { get; }
Property Value
The duration.
DurationPath
Gets the duration path.
Declaration
public string DurationPath { get; set; }
Property Value
The duration path.
Group
Gets the group specified by GroupPath.
GroupPath
Gets the group path.
Declaration
public string GroupPath { get; set; }
Property Value
The group path.
IsSelected
Gets or sets a value indicating whether this item is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
true if this item is selected; otherwise, false.
Start
Gets the date specified by StartPath.
Declaration
public DateTime Start { get; }
Property Value
The start date.
StartPath
Gets the start path.
Declaration
public string StartPath { get; set; }
Property Value
The start path.
Ticks
Gets the ticks.
ToolTip
Gets the tooltip specified by ToolTipPath.
ToolTipAvailable
Gets a value indicating if a ToolTip is available.
Declaration
public bool ToolTipAvailable { get; }
Property Value
The tool tip available.
ToolTipFormat
Gets the ToolTip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
The tool tip path.
ToolTipPath
Gets the tooltip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
The tooltip path.
ToolTipTemplate
Gets or sets the tooltip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
DataTemplate
The tooltip template.
Methods
ToString()
Returns a string that represents this instance.