ClassTimelineItemGroupControl
Represents the RadTimeLine for Silverlight TimelineItemGroupControl control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class TimelineItemGroupControl : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlTimelineItemGroupControl
Implements:
Inherited Members
Constructors
TimelineItemGroupControl()
Initializes a new instance of the TimelinePeriodControl class.
Declaration
public TimelineItemGroupControl()
Properties
GroupText
Get the TimelineItemGroupControl text
Path
Get the TimelineItemGroupControl path
TimeLineInstantItemControlList
Get the list of TimeLineInstantItemControl controls.
Declaration
public IList<TimeLineInstantItemControl> TimeLineInstantItemControlList { get; }
Property Value
TimeLineItemControlList
Get the list of TimeLineItemControl controls.
Declaration
public IList<TimeLineItemControl> TimeLineItemControlList { get; }
Property Value
TimelineItemsCount
Gets the total number of all TimelineItem controls of any kind
ToggleButton
Get the ToggleButton located in the TimelineItemGroupControl.
Declaration
public RadToggleButton ToggleButton { get; }
Property Value