Class TimelineDataItem
Represents a data item, which holds the information for a single Rad
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. The duration. |
DurationPath
Gets the duration path.
Declaration
public string DurationPath { get; set; }
Property Value
System. The duration path. |
Group
Gets the group specified by GroupPath.
Declaration
public object Group { get; }
Property Value
System. The group. |
GroupPath
Gets the group path.
Declaration
public string GroupPath { get; set; }
Property Value
System. The group path. |
IsSelected
Gets or sets a value indicating whether this item is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Start
Gets the date specified by StartPath.
Declaration
public DateTime Start { get; }
Property Value
System. The start date. |
StartPath
Gets the start path.
Declaration
public string StartPath { get; set; }
Property Value
System. The start path. |
Ticks
Gets the ticks.
Declaration
public long Ticks { get; }
Property Value
System. The ticks. |
ToolTip
Gets the tooltip specified by ToolTipPath.
Declaration
public object ToolTip { get; }
Property Value
System. The tooltip. |
ToolTipAvailable
Gets a value indicating if a Tool
Declaration
public bool ToolTipAvailable { get; }
Property Value
System. The tool tip available. |
ToolTipFormat
Gets the ToolTip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System. The tool tip path. |
ToolTipPath
Gets the tooltip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
System. The tooltip path. |
ToolTipTemplate
Gets or sets the tooltip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System. The tooltip template. |
Methods
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |