Class TimelineDataItem
Represents a data item, which holds the information for a single RadTimeline item.
Inherited Members
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineDataItem : DataItemBase, IDataItemContainer, INotifyPropertyChanged
Constructors
TimelineDataItem()
Declaration
public TimelineDataItem()
Properties
Duration
Gets the time span specified by DurationPath.
Declaration
public TimeSpan Duration { get; }
Property Value
System.TimeSpan
The duration. |
DurationPath
Gets the duration path.
Declaration
public string DurationPath { get; set; }
Property Value
System.String
The duration path. |
Group
Gets the group specified by GroupPath.
Declaration
public object Group { get; }
Property Value
System.Object
The group. |
GroupPath
Gets the group path.
Declaration
public string GroupPath { get; set; }
Property Value
System.String
The group path. |
IsSelected
Gets or sets a value indicating whether this item is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Start
Gets the date specified by StartPath.
Declaration
public DateTime Start { get; }
Property Value
System.DateTime
The start date. |
StartPath
Gets the start path.
Declaration
public string StartPath { get; set; }
Property Value
System.String
The start path. |
Ticks
Gets the ticks.
Declaration
public long Ticks { get; }
Property Value
System.Int64
The ticks. |
ToolTip
Gets the tooltip specified by ToolTipPath.
Declaration
public object ToolTip { get; }
Property Value
System.Object
The tooltip. |
ToolTipAvailable
Gets a value indicating if a ToolTip is available.
Declaration
public bool ToolTipAvailable { get; }
Property Value
System.Boolean
The tool tip available. |
ToolTipFormat
Gets the ToolTip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System.String
The tool tip path. |
ToolTipPath
Gets the tooltip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
System.String
The tooltip path. |
ToolTipTemplate
Gets or sets the tooltip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The tooltip template. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |