Class TimelineRowItem
Represents a data item with its calculated row index in the RadTimeline.
Inheritance
System.Object
TimelineRowItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineRowItem
Properties
DataItem
Gets the mapped business object.
Declaration
public object DataItem { get; }
Property Value
System.Object
|
RowIndex
Gets or sets the row index of the item.
Declaration
public int RowIndex { get; set; }
Property Value
System.Int32
|