ClassTimeLineItemContainer
Represents the RadTimeLine for Silverlight TimeLineItemContainer control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class TimeLineItemContainer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlTimeLineItemContainer
Implements:
Inherited Members
Constructors
TimeLineItemContainer()
Initializes a new instance of the TimeLineItemContainer class.
Declaration
public TimeLineItemContainer()
Properties
CustomTimeLineControl
Get the TimeLine TimeLineItemControl xaml control.
Declaration
public CustomTimeLineControl CustomTimeLineControl { get; }
Property Value
CustomTimeLineControlList
Get the list of CustomTimeLineControl controls.
Declaration
public IList<CustomTimeLineControl> CustomTimeLineControlList { get; }
Property Value
TimeLineInstantItemControl
Get the TimeLine TimeLineInstantItemControl xaml control.
Declaration
public TimeLineInstantItemControl TimeLineInstantItemControl { get; }
Property Value
TimeLineInstantItemControlList
Get the list of TimeLineInstantItemControl controls.
Declaration
public IList<TimeLineInstantItemControl> TimeLineInstantItemControlList { get; }
Property Value
TimeLineItemControl
Get the TimeLine TimeLineItemControl xaml control.
Declaration
public TimeLineItemControl TimeLineItemControl { get; }
Property Value
TimeLineItemControlList
Get the list of TimeLineItemControl controls.
Declaration
public IList<TimeLineItemControl> TimeLineItemControlList { get; }
Property Value
TimeLineItemControlsNumber
Get the number of TimeLine TimeLineItemControl controls.
Declaration
public double TimeLineItemControlsNumber { get; }
Property Value
TimelineItemGroupControlList
Get the number of TimeLine TimelineItemGroupControl controls.
Declaration
public IList<TimelineItemGroupControl> TimelineItemGroupControlList { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides