Class TimeLineItemContainer
Inheritance
System.Object
TimeLineItemContainer
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class TimeLineItemContainer : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
TimeLineItemContainer()
Declaration
public TimeLineItemContainer()
Properties
CustomTimeLineControl
Declaration
public CustomTimeLineControl CustomTimeLineControl { get; }
Property Value
CustomTimeLineControlList
Declaration
public IList<CustomTimeLineControl> CustomTimeLineControlList { get; }
Property Value
System.
|
TimeLineInstantItemControl
Declaration
public TimeLineInstantItemControl TimeLineInstantItemControl { get; }
Property Value
TimeLineInstantItemControlList
Declaration
public IList<TimeLineInstantItemControl> TimeLineInstantItemControlList { get; }
Property Value
System.
|
TimeLineItemControl
Declaration
public TimeLineItemControl TimeLineItemControl { get; }
Property Value
TimeLineItemControlList
Declaration
public IList<TimeLineItemControl> TimeLineItemControlList { get; }
Property Value
System.
|
TimeLineItemControlsNumber
Declaration
public double TimeLineItemControlsNumber { get; }
Property Value
System.
|
TimelineItemGroupControlList
Declaration
public IList<TimelineItemGroupControl> TimelineItemGroupControlList { get; }
Property Value
System.
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
Automation
|