Class RadTimelineExtensions
Holds extension methods for RadTimeline class.
Inheritance
System.Object
RadTimelineExtensions
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 static class RadTimelineExtensions
Methods
ContainerFromItem(RadTimeline, Object)
Gets the container from the data item.
Declaration
public static TimelineItemControlBase ContainerFromItem(this RadTimeline timeline, object dataItem)
Parameters
RadTimeline
timeline
The timeline. |
System.Object
dataItem
The data item. |
Returns
TimelineItemControlBase
|