Class TimelineRowItem
Represents a data item with its calculated row index in the RadTimeline.
Inheritance
System.Object
TimelineRowItem
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineRowItem : Object
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
|